解决'chromedriver' executable needs to be in PATH
使用selenium创建browser就开始报错,错误原因是没有chrome驱动解决方法:下载对应版本的chromedriver,下载地址为(http://chromedriver.storage.googleapis.com/index.html),下载后得到压缩包,解压得到 chromedriver.exe 文件 将exe文件复制到谷歌浏览器目录(如 C:\Program Files...