|
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. |