如何在Perl中为需要JavaScript的页面进行webtesting?

时间:2022-12-01 16:13:06

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?

我发现这两个模块声称能够伪装字符串浏览器,但我没有经验,但我目前的测试套件使用WWW :: Mechanize。有没有人有关于这些模块的任何信息,或者其他测试需要JavaScript的Perl页面的方法?

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

为了澄清,我正在Linux下运行我的测试(Ubuntu 7.10)。

2 个解决方案

#1


11  

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

试试WWW :: Selenium,它使用你的浏览器(通过Perl)来处理JavaScript。

#2


1  

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

您可以使用JavaScript :: SpiderMonkey。

#1


11  

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

试试WWW :: Selenium,它使用你的浏览器(通过Perl)来处理JavaScript。

#2


1  

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

您可以使用JavaScript :: SpiderMonkey。

相关文章