在PATH中找不到firefox二进制文件。确保在远程驱动程序中安装了firefox.error

时间:2013-12-16 05:12:54

标签: java selenium selenium-webdriver selenium-grid

我尝试使用远程驱动程序来执行我的脚本。但我得到了下面提到的错误和代码也附加。需要帮助
//我的驱动程序代码

WebDriver driver =null;
String NodeURL="http://localhost:5566/wd/hub"; 
DesiredCapabilities capability=DesiredCapabilities.firefox();
capability.setCapability("platform", Platform.ANY);
capability.setCapability("binary", "C:\\Users\\praveenraj.d\\AppData\\Local\\Mozilla Firefox\\firefox.exe"); 
driver=new RemoteWebDriver(new URL(NodeURL),capability);

Error Message

2 个答案:

答案 0 :(得分:3)

我有同样的问题,切换"二进制" to" firefox_binary"修好了。

答案 1 :(得分:0)

尝试将二进制路径修改为"C:\\Users\\praveenraj\.d\\AppData\\Local\\Mozilla Firefox\\firefox.exe"