selenium\webdriver\remote\errorhandler.py:242: SessionNotCreatedException问题解决

文章描述了一次遇到的Chrome浏览器版本与Chromedriver不兼容的错误,具体表现为SessionNotCreatedException。尝试更新Chromedriver、修改环境变量未果后,最终通过降级Chrome版本至112解决了问题。
摘要由CSDN通过智能技术生成

报错信息:

   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版本后执行成功

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值