How to handle show notifications pop-up on Chrome ?
Hi Mark,
Achieve this by using Chrome Options as shown below:
ChromeOptions options = new ChromeOptions();
options.addargument("--enable-notifications")
How to handle show notifications pop-up on Chrome ?
Hi Mark,
Achieve this by using Chrome Options as shown below:
ChromeOptions options = new ChromeOptions();
options.addargument("--enable-notifications")