Google Chrome unable to navigate to specified URL when triggered from Selenium

前端 未结 7 1784
星月不相逢
星月不相逢 2021-01-06 06:05

I have an automation framework developed around Selenium-WebDriver which launches Chrome and navigates to specified URL and performs specified automation. When I commissione

7条回答
  •  天命终不由人
    2021-01-06 06:45

    In my case, the chrome browser version and chromedriver versions were incompatible. Chrome updated automatically from 56 to 57 and my chromedriver version was 2.27. The 2 issues throwing 'org.openqa.selenium.WebDriverException: unknown error: cannot get automation extension' error (when maximizing the browser and when taking screenshots), where fixed after updating to cromdriver version 2.28.

提交回复
热议问题