How to disable all pop ups on Chrome browser?

How to disable all browser pop ups on Chrome?

Hi Alex,

This can be done by adding the below command:

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