2015-12-27 58 views
1

我正在以下NotConnectedException試圖運行硒代碼:獲取org.openqa.selenium.firefox.NotConnectedException在執行硒wedriver代碼

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output: 
3a9e97384}","minVersion":"43.0.2","maxVersion":"43.0.2"}],"targetPlatforms":[]} 
1451223178321 addons.xpi DEBUG getModTime: Recursive scan of {972ce4c6-7e08-4474-a285-3208198ce6fd} 

我使用的是Firefox v43.0.2和硒v2.48.2 。
請幫我這個。

+0

嗨Ishan目前Selenium 2.48.2支持Firefox的穩定版本。我只是在firefox 41版本上運行我的測試用例,它的工作正常。請將您的Firefox版本降低到41並重新運行。您可以等待Selenium新版本,然後運行43。 –

回答

1

您需要降級Firefox或更新Selenium。 我認爲答案和提示in this question可以幫助你。

0

感謝您的幫助。問題現在已解決。只需將firefox版本降級到41.0,現在它工作正常。