我有一个Selenium自动化脚本,可以正常使用Chrome v.58,但在升级之后,由于问题chrome not reachable
,我的测试用例会一直失败。
我检查了chromedriver
日志文件,发现对init的请求失败了。有人可以帮我解决这个问题。
[1.961] [INFO]:启动chrome:" C:\ Program Files (86)\谷歌\铬\应用\的chrome.exe" --disable-background-networking --disable-client-side-phishing-detection --disable-default-apps --disable-hang-monitor --disable-infobars --disable-popup-blocking --disable-prompt- on-repost --disable-sync --disable-web-resources --enable-automation --enable-logging --enable-precise-memory-info --ignore-certificate-errors --js-flags = - expose -gc --load-component-extension =" C:\ Users \ prateek.rajendra \ AppData \ Local \ Temp \ Mxt94 \ tmp \ scoped_dir10588_12332 \ internal" --log-level = 0 --metrics-recording-only --no-first-run --password-store = basic --remote-debugging-port = 12666 --safebrowsing-disable-auto-update --start- maximized --test-type --use-mock-keychain --user-data-dir =" C:\ Users \ prateek.rajendra \ AppData \ Local \ Temp \ Mxt94 \ tmp \ scoped_dir10588_26250" data:[58.967] [DEBUG]:DevTools请求失败[59.028] [DEBUG]: DevTools请求:http://localhost:12666/json/version
答案 0 :(得分:0)
这在Selenium世界中很常见。您还需要更新您的chromedriver,您的问题将得到修复。
如果我当前理解正确,您已更新了Chrome浏览器,但尚未更新chromedirver。只需访问Selenium网站并下载最新的驱动程序,您的问题就会消失。
最佳,