hoyos has asked for the wisdom of the Perl Monks concerning the following question:

IEAutomation is a module that uses Microsofts OLE Library to give a Perl program control of an Internet Explorer Window. I know this sounds stupid, obviously there's no OLE or IE in Linux, but is there any other existing module that gives automatic control over an existing browser? I need something more than CURL or LWP as I need to execute Javascript functions on page. Thanks - Andre

Replies are listed 'Best First'.
Re: Linux Alternative to IEAutomation
by ikegami (Patriarch) on Sep 02, 2008 at 20:57 UTC
Re: Linux Alternative to IEAutomation
by hoyos (Initiate) on Sep 02, 2008 at 20:50 UTC
    I think I may have just found a suitable alternative: WWW::Selenium, which hooks into the Selenium Remote Control test tool.