浏览器版本过高,驱动比较低导致的,需要下载和当前浏览器版本对应的驱动:
chromedriver的版本一定要与Chrome的版本一致,不然就不起作用。
有两个下载地址:
1、http://chromedriver.storage.googleapis.com/index.html
2、https://npm.taobao.org/mirrors/chromedriver/
找到版本:http://chromedriver.storage.googleapis.com/index.html?path=91.0.4472.19/
下载后把文件chromedriver放到两个位置:一个是google浏览器的安装位置:C:\Program Files (x86)\Google\Chrome\Application
一个是python3安装位置:C:\Python36