How to disable all browser pop ups on Chrome in Gauge(Java)?
Hi Richard,
For Gauge(Java), the user can pass the below capability in chromeoptions to handle pop-ups in chrome.
capabilities.setCapability("disable-popup-blocking", true);
How to disable all browser pop ups on Chrome in Gauge(Java)?
Hi Richard,
For Gauge(Java), the user can pass the below capability in chromeoptions to handle pop-ups in chrome.
capabilities.setCapability("disable-popup-blocking", true);