我尝试在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的路径”)
有什么解决方案吗?
发布于 2009-04-26 18:14:13
尝试通过将"*firefox“替换为"*firefox / path /to/firefox-bin”来指定路径。
发布于 2009-06-19 01:52:12
在我的ubuntu9.04设置中,我将'/usr/lib/firefox-3.0.11‘添加到我的$PATH中
https://stackoverflow.com/questions/781538
复制相似问题