How to handle show notifications pop up on Chrome?

How to handle show notifications pop up on Chrome ?

Hi Brett,

To handle show notifications pop-up on Chrome, use the command shown below;

ChromeOptions options = new ChromeOptions();
        options.addargument("--enable-notifications")