量角器版本:1.5.0
chrome版本:54.0.2840.71 m (64-bit)
量角器未能启动chrome并出现以下错误:
Using ChromeDriver directly...
[launcher] Running 1 instances of WebDriver
[launcher] Error: UnknownError: unknown error: cannot get automation extension
答案 0 :(得分:9)
检查您的chromeDriver版本并确认天气与您的chorme版本兼容。
并检查一下:https://sites.google.com/a/chromium.org/chromedriver/downloads
答案 1 :(得分:5)
对我来说就像一个魅力:
答案 2 :(得分:-1)
ChromeOptions选项=新的ChromeOptions();
options.addArguments( “启动最大化”); System.setProperty( “webdriver.chrome.driver”, “/用户/ vedavyasa / bank_emulation /测试/ LIB / chromedriver”); webDriver =新的ChromeDriver(选项);