用selenium打开Chrome浏览器出现selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home这样的错误
解决办法:
1.下载chromedriver驱动,下载链接ChromeDriver Mirror
2.找到自己Chrome浏览器的版本(Chrome浏览器版本查询:右上角三个点——>帮助——>关于Google Chrome)
3.到驱动网站找到自己Chrome版本的chromedriver驱动(找不到自己的版本就下载一个离自己版本最近的chromedriver驱动就行)
4.下载好chromedriver之后解压到python解释器同级别目录即可正常使用。
(用selenium打开其他浏览器时报错同理解决)