ui自动化问题:selenium.common.exceptions.SessionNotCreatedException: Message: session not created

it2025-02-02  10

使用Python+selenium+Chrome 报错: selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 78 说明,这个chrom驱动支持78版本

谷歌浏览器版本 进入驱动网址:http://npm.taobao.org/mirrors/chromedriver/,下载对应版本的谷歌驱动

下载后放在Python文件夹下面 重新运行程序,运行成功!!!

最新回复(0)