in reply to Re: Win32::IEAutomation click link help
in thread Win32::IEAutomation click link help
An additional problem with the html , since Win32::IEAutomation::getLink uses $agent->Document->links, but InternetExplorer.Application doesn't consider an A element without a href attribute a link, its not listed under ->links.
The DOM method getElementById() will find it , but naturally it won't do anything, since "javascript:" in an onclick attribute is an error
|
|---|