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