How to handle show notifications pop up on Chrome with JS-TestCafe?

Tell me how to handle show notifications pop up on Chrome with JS-TestCafe.

Hello Tim,

This can be achieved using Chrome Options as shown below:

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