Perl 的网络自动化
我正在寻找 Perl 中的网页自动化工具。我希望能够从我的测试脚本驱动不同的浏览器,如 IE、firefox 等。 我必须自动化包含大量输入字段和 JavaScript 负载的产品网页。我不想要像 mechanize 这样的自定义浏览器。 我以前使用过 Ruby,在那里我使用了 Watir。 Perl中有类似的东西吗?
I am looking for a web page automation tool in Perl. I want to be able to drive different browsers like IE, firefox etc from my test script.
I have to automate a product web page with lots of input fields and loads of javascript. I do not want a custom browser like mechanize does.
I used to work with Ruby before and there I used Watir. Is there something similar in Perl?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Selenium-RC 与 WWW::Selenium 可能就是您正在寻找的。 Tim Brockman 在这里写了有关设置的文章: Selenium 和 Perl = 喜悦的泪水
Selenium-RC with WWW::Selenium could be what you're looking for. Tim Brockman has written about setting it up here: Selenium and Perl = tears of joy