How to handle know your location popup on Chrome with SpecFlow?

How to handle know your location popup on Chrome with SpecFlow ?

Hi Mark!

In order to handle know your location popup on Chrome with SpecFlow, you need to add the below command in your automation script.

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