selenium.common.exceptions.WebDriverException: Message: session not created(已解决)

2023-04-19 21:36:36 浏览数 (1)

当使用chromedriver获取驱动时报错

代码语言:javascript复制
selenium.common.exceptions.SessionNotCreatedException: Message: 
session not created: This version of ChromeDriver only supports Chrome version xxxx

并非chrome浏览器版本问题,而是python驱动版本太低

找到自己的浏览器版本

去这个网站下载驱动,windows下载32.ZIP

代码语言:javascript复制
https://registry.npmmirror.com/binary.html?path=chromedriver/

0 人点赞