How to handle show notifications pop up on Chrome using Specflow?

How to handle show notifications pop up on Chrome using Specflow ?

Hi Richard,

To handle show notifications pop-up on Chrome using Specflow, you can achieve using Chrome Options as shown below:


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