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版本

谷歌浏览器版本
ui自动化问题:selenium.common.exceptions.SessionNotCreatedException: Message: session not created
进入驱动网址:http://npm.taobao.org/mirrors/chromedriver/,下载对应版本的谷歌驱动

ui自动化问题:selenium.common.exceptions.SessionNotCreatedException: Message: session not created
下载后放在Python文件夹下面
ui自动化问题:selenium.common.exceptions.SessionNotCreatedException: Message: session not created
重新运行程序,运行成功!!!
ui自动化问题:selenium.common.exceptions.SessionNotCreatedException: Message: session not created