throne wax
throne wax

Reputation: 13

Selenium 2.53 not working on Firefox 28

I am getting error while using Firefox with webdriver.

org.openqa.selenium.firefox.NotConnectedException: Unable to connect
to host 127.0.0.1 on port 7055 after 45000 ms.

Firefox version:28.0 Selenium-Java-2.37.0 selenium-server-standalone-2.53.0 Windows 7 / 64 bit

Is anyone getting a similar issue or any idea what is the solution for this. It's working fine with Chrome but with Firefox none of the URLs are getting loaded.

Upvotes: 0

Views: 152

Answers (1)

user4424299
user4424299

Reputation:

This exception occurs when selenium is not compatible with your version of Firefox. Try to downgrade selenium or upgrade Firefox. See this question on SO Webdriver Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms

Upvotes: 1

Related Questions