代码如下:public static void main(String[] args) throws InterruptedException, IOException { // TODO 自动生成的方法存根 // 设置 chrome 的路径 System.setProperty("webdriver.chrome.driver","C:\\Program Files (x86)\\Google\\Chrome\\Application\\chromedriver.exe"); WebDriver driver = new ChromeDriver(); driver.get("https://www.imooc.com");}每次运行都会先打开一个data;空白页面
目前暂无任何回答
添加回答
举报
0/150
提交
取消