我在尝试运行Selenium Code时收到以下NotConnectedException
:
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和Selenium v2.48.2 请帮帮我。
答案 0 :(得分:1)
您需要降级Firefox或更新Selenium。 我认为in this question提到的答案和提示可以帮助您。
答案 1 :(得分:0)
感谢您的帮助。问题现在解决了。刚刚将firefox版本降级到41.0,现在工作正常。