my @links = $fftab1->find_all_links(id_contains=>'VDEL_'); #say "Links:@links"; foreach my $link (@links){ my $id=$link->attrs->{id}; #returns nothing say "clicking Link Item $id"; $fftab1->click(id=>$id, synchronize => 0); select(undef,undef,undef,1); next; }
In reply to WWW::Mechanize::Link get id from attrs by slloyd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |