Selenium指定浏览器路径

ChromeOptions options = new ChromeOptions();

options.setBinary("C:\\Program Files (x86)\\Google\\Chrome\\chrome.exe");

 

浏览器不要使用安装版本,否则每次还是启动安装版本。

posted @ 2019-06-17 11:29  秒年度  阅读(5978)  评论(0编辑  收藏  举报