Tuesday 10 May 2011

how to get specific span link using Win32:IEAumation

Copy exists getLink() function and create one more function like getSpanLink().
changed following line
my $links = $agent->Document->links;
to
$inputs = $agent->Document->all->tags("span");

now you can use this function for all the html tag ,those having "span" tag.

No comments:

Post a Comment