How to handle show notifications pop up on Chrome browser using Serenity?

What are the steps to handle show notifications pop up on Chrome with Serenity?

Hi Tom,

This can be achieved using Chrome Options as shown below:

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