在自定义浏览器路径selenium RC中指定firefox 3.6.3
指定 Firefox 3.6.3 的自定义浏览器路径后,selenium 无法打开测试套件。
<*自定义 c:/program files/mozilla/firefox.exe>
但通过RC服务器出现错误消息,无法打开firefox版本。
我也很困惑如何通过 selenium 使用自定义路径,
请任何人帮助我,
after specifying custom browser path to firefox 3.6.3 selenium couldnt able to open the testsuite.
<*custom c:/program files/mozilla/firefox.exe>
but error message appeared through RC server that it cannot open the firefox version.
also i am confuse to use custom path through selenium ,
any one please help me out,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使用 Firefox 3.6.3,您可以使用
*firefox "Path to firefox.exe"
或*chrome "Path to firefox.exe"
另外,请确保您使用的是 firefox.exe 的正确路径。
To use your firefox 3.6.3, you can use
*firefox "Path to firefox.exe"
or*chrome "Path to firefox.exe"
Also, make sure you are using the correct path to firefox.exe.