[RemoteTestNG]检测到TestNG版本6.14.3,启动ChromeDriver 端口19225上的2.44.609538(b655c5a60b0b544917107a59d4153d4bf78e1b90)仅允许本地连接。 2018年12月7日11:13:12 AM org.openqa.selenium.remote.ProtocolHandshake createSession INFO: 检测到的方言:OSS
protected void methodSetUp() {
System.setProperty("webdriver.chrome.driver","src/main/resources/chromedriver.exe");
driver=new ChromeDriver();
}
除了此消息,我没有得到任何日志。