Yesterday I used Eclipse to run a Java program that used the Selenium API and Firefox as the browser. Today I made some modifications to the program and, when I try to run it, I get:
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
followed by many more lines of text.
This is thrown by the first line of code that is executed in the program. I have made no changes to versions of Eclipse or Firefox, and the Selenium build path for the program is the same. So why is the exception thrown?