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");
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");