Sessionnotcreatedexception: Message: session not created: This version of Chromedriver only supports Chrome version 88Current browser version is 90.0.4430.85 with binary path C: Users Administratorappdata Local\ Chrome Application\chrome. exe
谷歌浏览器自动更新的泪!!bug参考:https://www.jianshu.com/p/eaa2795a0d5b
1、查看chrome版本:chrome://version/
2、下载对应版本chromedriver:http://chromedriver.storage.googleapis.com/index.html
3、将chromedriver.exe文件放在chrome根目录(C:\Users\Administrator\AppData\Local\Google\Chrome\Application)
4、将chromedriver.exe文件放在Anaconda根目录(D:\Study\Anaconda)
成功