iMacros 可以自动化其他 Firefox 扩展吗?
iMacros 的 Firefox 附加组件页面上的描述声称它“非常通用,可以与其他扩展程序结合使用,例如 Greasemonkey、Web Developer、Firebug、Stylish、Download Statusbar、NoScript...”,尽管我不确定这是如何实现的互动有效。
我问这个问题的原因是我正在尝试实现一个网络抓取工具来导航到网站并记录 HTTP 交互。但是,由于 Tamper Data 已经完成了我需要的 HTTP 请求/响应日志记录,因此我宁愿使用它的功能,而不必自己重做。
如果这是不可能的,我想知道是否有人知道一个单元测试器可以让我:
- 打开 Firefox 浏览器并打开它。加载 Tamper Data
- 导航到指定页面
- 单击 Tamper Data UI 上的按钮
The description on iMacros's Firefox add-on page claims that it "is extremely versatile and can be combined with other extensions such as Greasemonkey, Web Developer, Firebug, Stylish, Download Statusbar, NoScript...", although I am not sure how this interaction works.
The reason I ask is that I am trying to implement a web scraper to navigate to websites and record HTTP interactions. However, since Tamper Data already does the HTTP request/response logging I require, I'd rather use its functionality instead of having to redo it myself.
If this is not possible, I'm wondering if anyone knows a unit tester that will allow me to:
- Open a Firefox browser & load Tamper Data
- Navigate to specified pages
- Click a button on Tamper Data's UI
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Imacros 是有限的。 Imacros 无法打开新的 Firefox 浏览器。 Imacros 可以单击正在创建 html 内容的按钮插件。 Imacros 比其他的更容易。
Imacros 有一个 TAG 系统。这是一种编写宏的快速方法,并且比 Jquery 更容易:)
Imacros is limited. Imacros cant open a new Firefox browser. Imacros can click a button addons which is creating a html content. Imacros is easier than the others.
Imacros has a TAG system. It is a fast way to writing macros and easier than Jquery :)