selenium 爬虫时报错:Message: 'chromedriver' executable needs to be in PATH.Please see https://sites.google.com/a/chromium.org/chromedriver/home。
报错原因:没有配置chrome浏览器的chromedriver
解决办法:
1.确定自己所用chrome的版本
打开chrome浏览器,在网址处输入chrome://version/ 即可查看版本号
2.下载对应版本的chromedriver.exe
访问http://chromedriver.storage.googleapis.com/index.html,找到自己浏览器对应版本的chromedriver.exe下载
3.配置环境变量
将下载好的chromedriver.exe文件放置到chrome浏览器所在目录
复制该目录配置到Windows系统环境变量中
打开开始菜单->我的电脑→属性→高级系统设置→环境变量→系统变量→Path→编辑→新建,将复制的目录粘贴确定即可,注意要一路确定返回