What are the steps to handle show notifications pop up on Chrome?
Hi Tom,
This can be achieved using the following Chrome options:
ChromeOptions options = new ChromeOptions();
options.addargument("--enable-notifications")
What are the steps to handle show notifications pop up on Chrome?
Hi Tom,
This can be achieved using the following Chrome options:
ChromeOptions options = new ChromeOptions();
options.addargument("--enable-notifications")