【发布时间】:2021-11-20 10:31:04
【问题描述】:
我发现我的current chrome version is 96.0.4664.45
现在,当我从 here 安装正确的 ChromeDriver 版本并运行时,它仍然会抛出此错误-
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 91
Current browser version is 96.0.4664.45 with binary path C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
有人可以帮我解决这个问题吗?
【问题讨论】:
-
你可能想使用
chromedriver-binary,使用pip安装合适的版本:pypi.org/project/chromedriver-binary
标签: python google-chrome selenium-chromedriver