Perl 的网络自动化

发布于 2024-09-10 13:42:59 字数 169 浏览 2 评论 0原文

我正在寻找 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

酒解孤独 2024-09-17 13:42:59

Selenium-RCWWW::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

别念他 2024-09-17 13:42:59
  • WWW::Mechanize::Firefox
  • Win32::IE::Mechanize (< a href="http://www.perlmonks.org/?node_id=1061372" rel="nofollow noreferrer">模块不再存在。)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文