【问题描述】Session not created:This version of ChromeDriver only supports Chrome version 96
【解决步骤】
1、访问以下网址下载Chrome对应版本的Driver
https://chromedriver.storage.googleapis.com/index.html
2、将解压好的chromedriver.exe移动到python安装目录
- 运行cmd,Windows 命令行窗口执行 where python查找python安装目录
- 将chromedriver.exe复制到此目录