标签:ges 指定 安装 driver 执行 selenium 检查 pre 分享
在java&selenium中使用chromedriver报错:
找不到chrome binary执行文件
原因一:chrome安装目录不是安装时默认的,可以通过显示添加代码,指定chrome的执行文件路径System.setProperty("webdriver.chrome.bin","D:\\SoftWare\\Chrome\\Application\\chrome.exe");
原因二:如果chrome安装目录是默认的,则检查驱动是32位还是64位,必须和chrome版本一致
如下图,我的chrome是默认安装路径,故无需显示指定
标签:ges 指定 安装 driver 执行 selenium 检查 pre 分享
原文地址:http://www.cnblogs.com/BluePegasus/p/7373682.html