Since the 7th of February all my tests are failing with the same error; the log entry reads:
RESPONSE MaximizeWindow unknown error: cannot get automation ext
Thanks for this -- it helped me after so much R&D
cannot-get-automation-extension
ChromeOptions o = new ChromeOptions(); o.addArguments("disable-extensions"); o.addArguments("--start-maximized"); WebDriver driver = new ChromeDriver(o);