无法从selenium webdriver打开firefox

时间:2014-09-04 07:00:36

标签: selenium automation webdriver

当我运行selenium脚本时,我收到以下错误。

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
fTime":1409733904986}}},{"name":"winreg-app-user","addons":{"{e4f94d1e-2f53-401e-8885-681602c0ddd8}":{"descriptor":"C:\\ProgramData\\McAfee Security Scan\\Extensions\\{e4f94d1e-2f53-401e-8885-681602c0ddd8}.xpi","mtime":1396607774000}}},{"name":"app-profile","addons":{"fxdriver@googlecode.com":{"descriptor":"C:\\Users\\kishna\\AppData\\Local\\Temp\\anonymous3395727590319882631webdriver-profile\\extensions\\fxdriver@googlecode.com","mtime":1409812670363,"rdfTime":1409812670181}}}]
1409812670931   addons.xpi-utils    DEBUG   Opening XPI database C:\Users\kishna\AppData\Local\Temp\anonymous3395727590319882631webdriver-profile\extensions.json
1409812670931   addons.xpi  DEBUG   New add-on fxdriver@googlecode.com installed in app-profile

3 个答案:

答案 0 :(得分:1)

您正在使用不支持Firefox版本32的selenium版本。

由于目前没有声称支持Firefox 32的selenium java软件包版本,因此您需要降级浏览器。在您的情况下,将其降级为Firefox 28 ,即listed as supported由selenium 2.42.2降级。

此处也可以看到类似的问题:

另见:

答案 1 :(得分:0)

请升级到2.43.1 [http://www.seleniumhq.org/download/]。新版本适用于FF32。

答案 2 :(得分:0)

您可以在以后按照以下链接查看支持的版本FF与WebDriver。 如果我想更新浏览器或webdriver库,我会使用它。

LINK:http://selenium.googlecode.com/git/java/CHANGELOG