slloyd has asked for the wisdom of the Perl Monks concerning the following question:
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; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Mechanize::Link get id from attrs (firefox find_link_dom)
by Anonymous Monk on Feb 11, 2015 at 23:55 UTC | |
by Corion (Patriarch) on Feb 12, 2015 at 07:28 UTC | |
by Anonymous Monk on Feb 12, 2015 at 07:57 UTC | |
by Corion (Patriarch) on Feb 12, 2015 at 08:14 UTC |