使用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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2021-06-15
  • 2021-08-08
猜你喜欢
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
  • 2021-12-30
  • 2022-01-19
  • 2021-08-11
相关资源
相似解决方案