0

Error message displayed as "org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms"

Tried to resolve this issue, but couldn't. Can anyone help me over this?

Currently I am using firefox 46.01 and selenium jar file 2.53.

Nithin Kumar Biliya
  • 2,763
  • 3
  • 34
  • 54
shyam
  • 31
  • 1
  • 4

2 Answers2

1

You should use a geckodriver with the newest version of Firefox. With earlier versions you had to install an addon, but geckodriver is a part of Marionette, which is developed by Mozilla, so no need for that.

Also check out this thread.

Community
  • 1
  • 1
Valya
  • 740
  • 7
  • 17
1

Check your Selenium Version and Your version of FireFox. I think that your current selenium version doesn't support at all that version of FireFox.

Selenium ChangeLog

Gatusko
  • 2,503
  • 1
  • 17
  • 25