最近chrome释放新版本:132.0.6834.83
如果运行selenium自动化测试出现以下问题,是需要升级chromedriver才可以解决的。
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version xxx
Current browser version is 132.0.6834.83 with binary path
chrome webdriver 132.0.6834.83 下载
。。。