How to disable all browser pop-ups on Chrome?

How to disable all browser pop-ups on Chrome?

Hi Rhian,

To disable all browser pop-ups on Chrome, add the below command:

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