What is the desired capability for disabling popup?
Hi Miro Vasil,
To disable popups, add the below command:
ChromeOptions options = new ChromeOptions();
options.AddExcludedArgument("disable-popup-blocking");
What is the desired capability for disabling popup?
Hi Miro Vasil,
To disable popups, add the below command:
ChromeOptions options = new ChromeOptions();
options.AddExcludedArgument("disable-popup-blocking");