Ishan Pushkarna
Ishan Pushkarna

Reputation: 9

Getting org.openqa.selenium.firefox.NotConnectedException while executing selenium wedriver code

I am getting the following NotConnectedException while trying to run Selenium Code:

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}

I am using Firefox v43.0.2 and Selenium v2.48.2.
Please help me with this.

Upvotes: 1

Views: 235

Answers (2)

Ishan Pushkarna
Ishan Pushkarna

Reputation: 9

Thanks for your help. Issue is resolved now. Just downgraded the firefox version to 41.0 and now it is working fine.

Upvotes: 0

Grzegorz Górkiewicz
Grzegorz Górkiewicz

Reputation: 4586

You need to downgrade Firefox or update Selenium. I think answers and tips mentioned in this question can help you.

Upvotes: 1

Related Questions