bsd 中的 selenium-rc
我试图在 bsd 中运行 selenium-rc 并收到以下错误
12:45:40.740 WARN - POST /selenium-server/driver/ HTTP/1.1
java.lang.RuntimeException: Firefox couldn't be found in the path!
Please add the directory containing 'firefox-bin' to your PATH environment
variable, or explicitly specify a path to Firefox like this:
*firefox /blah/blah/firefox-bin
将 firefox-bin 添加到我的路径没有帮助。 第二个选项是什么? (“或者像这样明确指定 Firefox 的路径”)
有什么解决方案吗?
I'm trying to run selenium-rc in bsd and get the following error
12:45:40.740 WARN - POST /selenium-server/driver/ HTTP/1.1
java.lang.RuntimeException: Firefox couldn't be found in the path!
Please add the directory containing 'firefox-bin' to your PATH environment
variable, or explicitly specify a path to Firefox like this:
*firefox /blah/blah/firefox-bin
Adding firefox-bin to my path does not help.
What is the second option? ("or explicitly specify a path to Firefox like this")
Any solutions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试通过将“*firefox”替换为“*firefox /path/to/firefox-bin”来指定路径。
Trying specifying the path by replacing "*firefox" with "*firefox /path/to/firefox-bin".
在我的 ubuntu 9.04 设置中,我将 '/usr/lib/firefox-3.0.11' 添加到我的 $PATH
In my ubuntu 9.04 setup, I added the '/usr/lib/firefox-3.0.11' to my $PATH