selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version
通常浏览器升级后,没有对应更新驱动,在运行程序时就会报错SessionNotCreatedException,就是驱动不支持浏览器版本,这时候就需要更新浏览器驱动
进入驱动网址:http://npm.taobao.org/mirrors/chromedriver/,下载对应版本的谷歌驱动
下载后放在Python文件夹下面即可。
相关文章
- 01-05selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of
- 01-05UI自动化执行时报Parent suite setup failed: SessionNotCreatedException: Message: session not created: This v
- 01-05Python selenium Message: session not created: This version of ChromeDriver only supports Chrome vers
- 01-05Selenium chromeDriver启动时报错:session not created: This version of ChromeDriver only supports Chrome
- 01-05appium+真机测试打开应用apk,报:selenium.common.exceptions.SessionNotCreatedException: Message: A new session could not be created. (Original error: Permission to start activity denied.)
- 01-05UI自动化打开游览器失败 elenium.common.exceptions.SessionNotCreatedException: Message: session not created: Thi
- 01-05selenium.common.exceptions.SessionNotCreatedException: Message: session not created:(保姆级图文解决问题步骤)
- 01-05appium版本不兼容selenium.common.exceptions.SessionNotCreatedException: Message: A new session could not be created. Details: Problem getting session data for driver type...........