最近chrome释放新版本:123.0.6312.122
如果运行selenium自动化测试出现以下问题是,是需要升级chromedriver才可以解决的。
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version xxx
Current browser version is 124.0.6367.60 with binary path
或者
Current browser version is 124.0.6367.78 with binary path
chromedriver 124.0.6367.60 下载地址 (支持macOS,windows,linux)
chromedriver 124.0.6367.78 下载地址(支持macOS,windows,linux)
chromedeiver 123.0.6312.122驱动文件下载地址(支持macOS,windows,linux)
版权归原作者 代码的乐趣 所有, 如有侵权,请联系我们删除。