FireWatir 与 Firefox 4 或更高版本配合使用的替代方案
据我所知,我们似乎不会为 Firefox 4 提供 JSSH,因此也就没有 FireWatir。 我有几个在 FireWatir 上运行良好的脚本,当然我想将我的 Firefox 更新到 v4。 我不想在不同的系统中重写我的所有脚本,因为这需要付出很多努力。 我不喜欢切换到 IE;主要原因是我可以将Firefox设置为将所有文件保存到特定目录,而IE则不能这样做。 有什么解决方案可以让我的所有 FireWatir 脚本以最小的努力在 Firefox 4 上运行?
It seems, from what I read, that we will not have a JSSH for Firefox 4, and therefore no FireWatir.
I have several scripts that run well on FireWatir, and of course I would like to update my Firefox to v4.
I would hate to rewrite all my scripts in a different system, since it would take a lot of efforts.
I don't like the idea to switch to IE; the main reason is that I can set Firefox to save all files to a specific directory, while I cannot do the same with IE.
What is the solution to get all my FireWatir scripts to run with the minimum effort with Firefox 4?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 watir-webdriver gem,它驱动 Firefox。
https://github.com/jarib/watir-webdriver (github)
https://rubygems.org/gems/watir-webdriver (rubygems)
https://github.com/zeljkofilipin/watirbook/downloads(安装)
Use watir-webdriver gem, it drives Firefox.
https://github.com/jarib/watir-webdriver (github)
https://rubygems.org/gems/watir-webdriver (rubygems)
https://github.com/zeljkofilipin/watirbook/downloads (installation)
对于需要在新版本中使用JSSH的用户,可以从以下地址下载:
http://abstracta.com.uy/en/descargas-2.html
该版本是通过 MozRepl 实现的,但完全模拟 JSSH 控制台
源代码位于 Assembla https://subversion.assembla.com/svn/mozrepl-jssh
For users that need's to use JSSH in newer versions, you can download it from:
http://abstracta.com.uy/en/descargas-2.html
this version is implemented over MozRepl but simulates exactly JSSH Console
Source is over Assembla at https://subversion.assembla.com/svn/mozrepl-jssh