1

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.

F. Knorr
  • 3,045
  • 15
  • 22
Ishan Pushkarna
  • 9
  • 1
  • 1
  • 3
  • Hi Ishan Currently Selenium 2.48.2 support stable version of firefox. I just ran my test cases on firefox 41 version and its working fine. Kindly degrade your firefox version to 41 and run again. You can wait for Selenium new version and then run on 43. – Mukesh otwani Dec 27 '15 at 21:39

2 Answers2

1

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

Community
  • 1
  • 1
Grzegorz Górkiewicz
  • 4,496
  • 4
  • 22
  • 38
0

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

Ishan Pushkarna
  • 9
  • 1
  • 1
  • 3