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")
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")