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

使用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/,下载对应版本的谷歌驱动

ui自动化问题:selenium.common.exceptions.SessionNotCreatedException: Message: session not created_第1张图片
下载后放在Python文件夹下面
ui自动化问题:selenium.common.exceptions.SessionNotCreatedException: Message: session not created_第2张图片
重新运行程序,运行成功!!!
ui自动化问题:selenium.common.exceptions.SessionNotCreatedException: Message: session not created_第3张图片

你可能感兴趣的:(问题,selenium自动化测试框架,selenium,python,chrome)