selenium.common.exceptions.WebDriverException

爬取网页报下面错误

selenium.common.exceptions.WebDriverException: Message: 'chromedriver.exe' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home

 

 

selenium.common.exceptions.WebDriverException_第1张图片

1.点开红色标记这个网站,下载对应自己google浏览器版本的chromedriver。这个网站我没,点不开,没的可以参考http://npm.taobao.org/mirrors/chromedriver/ 这个网址下载对应的chromedriver。参考note.txt下载对应版本

selenium.common.exceptions.WebDriverException_第2张图片

附上:如何查看当前谷歌版本

selenium.common.exceptions.WebDriverException_第3张图片

 

2.

(1)然后可以这样,相当于指定当前chromedriver路径,就可以找到chromedrliver,不报错了

selenium.common.exceptions.WebDriverException_第4张图片

(2)也可以直接将chromedriver直接配置到环境变量,这样以后使用就不用指定了。注意配置完环境后需要重启pycharm,不然还会报原来的错。

 

 

下载win32的,64也可以用,亲测可以

 

 

 

 

 

 

 

 

 

 

 

 

你可能感兴趣的:(selenium.common.exceptions.WebDriverException)