python使用selenium库 ChromeDriver版本不匹配问题

【问题描述】Session not created:This version of ChromeDriver only supports Chrome version 96

【解决步骤】

1、访问以下网址下载Chrome对应版本的Driver

https://chromedriver.storage.googleapis.com/index.html

python使用selenium库 ChromeDriver版本不匹配问题_第1张图片

2、将解压好的chromedriver.exe移动到python安装目录

  • 运行cmd,Windows 命令行窗口执行 where python查找python安装目录
  • 将chromedriver.exe复制到此目录

你可能感兴趣的:(python,selenium,chrome)