ChromeDriver error “unknown error: cannot get automation extension”

后端 未结 15 2169
星月不相逢
星月不相逢 2020-12-10 23:43

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         


        
15条回答
  •  一整个雨季
    2020-12-11 00:43

    As mentioned above, it's related to the chromedriver. In the release notes of version 2.33, it's mentioned that they fixed an issue related to resizing/positioning.

    Latest Release: ChromeDriver 2.33

    Supports Chrome v60-62

    Changes include:

    • Fixes a bug which caused Resizing/Positioning Window commands to fail on Chrome 62+.

提交回复
热议问题