How to disable all browser pop ups on Chrome in Geb(Java)?
Hey NoahSmith,
For Geb(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 Geb(Java)?
Hey NoahSmith,
For Geb(Java), the user can pass the below capability in chromeoptions to handle pop-ups in chrome.
capabilities.setCapability("disable-popup-blocking", true);