Chrome is being controlled by automated test software

后端 未结 13 1072
天涯浪人
天涯浪人 2020-12-01 10:49

I am running automated tests in Chrome with Serenity BDD (Selenium).

I had to download a new ChromeDriver, because my tests could not run -> The test would open Chro

13条回答
  •  既然无缘
    2020-12-01 11:19

    Add this to the options you pass to the driver:

    options.addArguments("disable-infobars");
    

提交回复
热议问题