我正在使用 Selenium WebDriver 进行自动化测试。
IDE:eclipse
测试框架:TestNG
语言:Java
WebDriver driver = = new FirefoxDriver();
运行测试后发现如下错误:
[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
有谁能够帮我?