昨天它运行得很好,今天早上我所有的测试都在一个小窗口中打开(不仅在我的电脑上)。发生了什么?也许有人有同样的麻烦?
Configuration.timeout = 3000;
Configuration.startMaximized = true;
System.setProperty("webdriver.chrome.driver", "src\\test\\repository\\webDriver\\chromedriver.exe");
Configuration.browser = "chrome";
Configuration.savePageSource = false;
Configuration.savePageSource = false;