How to handle the "know your location" popup on Chrome with JS-Nighwatch?

Is there a way to handle know your location popup on Chrome with JS-Nighwatch?

Hi Mark,

To handle the pop-up on Chrome with JS Nightwatch, you can add the command:

options.addArguments("--disable-geolocation");