Posted on 2009-01-07 00:45:52-08 by nats
Any interest in code change to IEAutomation
Is there a process to submit code changes to IEAutomation?
I have updated the getLink function to accept a third argument (called instance) which can be used as follows:
# Click on the second (2) link, which has text "Google" $ie->getLink('linktext:', "Google", 2)->Click;

Many web sites have duplicate link names, so now I can choose the nth link on the page.
Any interest?
Stan.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.