Hi,
I started using Nightwatch & find it absolutely amazing.
One of my recent projects require me to disable web notifications(Push Notifications) or any kind of alerts in chrome.
I am trying to achieve this by passing
"--disable-notifications"
in the args key of chromeOptions in my nightwatch.json file, but it doesn't seem to be working.
I googled and saw that I must set a preference in "experimentalOption" in chromeOptions having
"profile.default_content_setting_values.notifications", 2
What is the way to do this in Nightwatch using with chromedriver ?
I've attached my nightwatch.json configuration file.