How to handle show notifications pop up on Chrome ?
Hi Brett,
To handle show notifications pop-up on Chrome, use the command shown below;
ChromeOptions options = new ChromeOptions();
options.addargument("--enable-notifications")
How to handle show notifications pop up on Chrome ?
Hi Brett,
To handle show notifications pop-up on Chrome, use the command shown below;
ChromeOptions options = new ChromeOptions();
options.addargument("--enable-notifications")