How to disable all browser pop ups on Chrome in Junit(Java)?

How to disable all browser pop ups on Chrome in Junit(Java)?

Hey Rhian,

For Junit(Java), the user can pass the below capability in chromeoptions to handle pop-ups in chrome.

capabilities.setCapability("disable-popup-blocking", true);