下载地址ChromeDriver - WebDriver for Chrome - Downloads
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 113
Current browser version is 117.0.5938.150 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
遇到这类报错,可以用上面的
注意看这个报错 从Message: 开始翻译过来就是
消息:会话未创建:此版本的ChromeDriver仅支持Chrome版本113
当前浏览器版本为117.0.5938.150,有些人不看报错,就埋头下载 然后不行再试试 ,其实报错就告诉你现在这个驱动只支持113版本的,你现在浏览器是117的 ,所以你要下117的 放到
C:\Users\Administrator\AppData\Local\Programs\Python\Python38\Scripts
或者
C:\Users\Administrator\AppData\Local\Programs\Python\Python38
就可以用了
如果版本高于114,的点击这里会有最新版本驱动可以下载
点击这里Stable,就到下面复制对应系统的地址就可以下载了