关于selenium中webdriver版本报错

目录

报错信息

解决办法

查看Chrome版本

webdriver下载地址

永久解决办法


报错信息

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 95
Current browser version is 100.0.4896.88 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe

解决办法

查看Chrome版本

chrome://settings/help

 

webdriver下载地址

http://chromedriver.storage.googleapis.com/index.html

永久解决办法

关闭Chrome版本更新


版权声明:本文为weixin_43469672原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。