I am using Selenium WebDriver for Automated test.
IDE: eclipse
Test Framework: TestNG
Language: Java
WebDriver driver = = new FirefoxDriver();
After running the test, the following error was found:
[TestNG] Running:
/tmp/testng-eclipse-2118619437/testng-customsuite.xml
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms
Can anybody help me?