1. 首页
  2. 数据库
  3. 其它
  4. selenium框架中driver.close()和driver.quit()关闭浏览器

selenium框架中driver.close()和driver.quit()关闭浏览器

上传者: 2021-01-31 20:40:06上传 PDF文件 57.05KB 热度 27次
Windows系统上,每次运行完selenium程序后,chromedriver.exe进程总是不能彻底关闭。 网上参考了如下文章:https://www.jb51.net/article/201622.htm selenium操作chrome浏览器需要有ChromeDriver驱动来协助。webdriver中关浏览器关闭有两个方法,一个叫quit,一个叫close。 /** * Close the current window, quitting the browser if it's the last window currently open. */ void close(); /*
用户评论