How to disable all browser pop ups on Chrome browser using Serenity?

Please help to disable all browser pop ups on Chrome using Serenity.

Hi Brett,

You can pass the following command while using Serenity:

  ChromeOptions options  = new ChromeOptions();
options.addArguments("--disable-popup-blocking");