无法运行selenium webdriver

时间:2017-01-19 04:58:29

标签: selenium selenium-webdriver selenium-firefoxdriver

  

引起:org.openqa.selenium.firefox.NotConnectedException:Unable   在45000 ms后连接到端口7055上的主机127.0.0.1。火狐   控制台输出:Firefox \ browser \ features \ e10srollout@mozilla.org.xpi   1484800955114 addons.xpi DEBUG调用bootstrap方法启动     在   org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:112)     ......还有33个

我使用的是版本:50.1.0的firefox 硒版本:2.53.1 TestNG的; 6.9.9

1 个答案:

答案 0 :(得分:0)

您需要将您的selenium库更新为最新版Selenium 3.0.1,因为您当前的库不支持Firefox 50

还从Here

下载gecko驱动程序

使用gecko驱动程序在firefox -

中运行脚本
System.setProperty("webdriver.gecko.driver","D:/Application/geckodriver.exe");
driver = new FirefoxDriver();