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
Add this to the options you pass to the driver:
options.addArguments("disable-infobars");