vote up 5 vote down star

I have found these two modules that purport to be able to puppet string browsers, but I have no experience with them, but my current test suite uses WWW::Mechanize. Does anybody have any information about these modules, or other methods of testing pages from Perl that require JavaScript?

To clarify, I am running my tests under Linux (Ubuntu 7.10).

flag

2 Answers

vote up 11 vote down check

Try WWW::Selenium, which uses your browser (through Perl) to handle JavaScript.

link|flag
Thanks, Selenium seems to be exactly the ticket. – Sean Hayden May 1 at 0:28
vote up 1 vote down

You might be able to make use of JavaScript::SpiderMonkey.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.