报错信息
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 87
Current browser version is 86.0.4240.198 with binary path C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
解决办法
你的Chrome浏览器版本太低了,升级Google浏览器到 87版本
博客指出使用Selenium时出现SessionNotCreatedException报错,原因是ChromeDriver仅支持Chrome 87版本,而当前浏览器版本为86。解决办法是将Google浏览器升级到87版本。
1603

被折叠的 条评论
为什么被折叠?



