问题背景
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 89
Current browser version is 107.0.5304.107 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
原因分析
ChromeDriver驱动版本不支持谷歌浏览器版本,下载与浏览器匹配的驱动版本即可
驱动下载地址:https://registry.npmmirror.com/binary.html?path=chromedriver/
问题解决
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END