如何指定安装 Firefox 以用于 watir-webdriver 脚本执行
出于测试目的,我在一台计算机上使用 Utilu FF 集合 制作了多个 Firefox 安装/版本。
如果
b = Watir::Browser.new :ff
测试脚本中有,它会自动使用最旧的 FF 版本执行,在我的例子中是 3.6.22。我很惊讶,因为我认为默认情况下脚本将在 Windows 默认浏览器(Firefox6 而不是 Firefox 3.6.22)中执行。
如何指定必须使用哪个安装/版本的 Firefox 来执行 Watir-webdriver 测试脚本?
For testing purposes I have multiple Firefox installations/versions on one machine made by using Utilu FF collection.
If there`s
b = Watir::Browser.new :ff
in test script, it is automatically executed with oldest FF version which is 3.6.22 in my case. I was surprised, because I assumed that by default script will be executed in Windows default browser which is Firefox6 not Firefox 3.6.22.
How to specify which installation/version of Firefox must be used for Watir-webdriver test script execution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以指定 Firefox 可执行文件的路径:
You can specify a path to your firefox executable:
对于使用 chromedriver 的用户,请使用:
For those using
chromedriver
use:对于 phantomjs:
For phantomjs: