报错信息:
raise exception_class(message, screen, stacktrace)
E selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 112
E Current browser version is 114.0.5735.110 with binary path C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
D:\Program Files (x86)\python\lib\site-packages\selenium\webdriver\remote\errorhandler.py:242: SessionNotCreatedException
通过报错信息可看出是Chrome浏览器版本和Chromedriver.exe 不兼容
重新下载新版本的Chromedriver.exe,并放到对应的目录下,并修改环境变量,还是不行
考虑是Chrome版本太高了,没有匹配的diver
最新的driver也无法执行成功
尝试卸载Chrome,重新安装小版本Chrome 112(现有的chromedriver版本,根据报错来的)
重新安装chrome 112版本后执行成功