ChromeDriver was started successfully.
org.openqa.selenium.WebDriverException: unknown error: cannot connect to chrome at 127.0.0.1:1100
from session not created: This version of ChromeDriver only supports Chrome version 110
Current browser version is 112.0.5615.138
org.openqa.selenium.WebDriverException: unknown error: cannot connect to chrome at 127.0.0.1:1100
from session not created: This version of ChromeDriver only supports Chrome version 110
Current browser version is 112.0.5615.138
原因是因为谷歌浏览器 更新后与chromedriver.exe 版本不匹配。更新chromedriver.exe即可
文章描述了一个技术问题,即ChromeDriver在启动时成功,但在尝试连接Chrome浏览器时失败,因为当前浏览器版本112.0.0.1与支持的ChromeDriver版本110不兼容。解决方法是更新ChromeDriver至与浏览器相同或更高版本。
3069

被折叠的 条评论
为什么被折叠?



