How to handle know your location popup on Chrome in Serenity framework?

What are the steps to handle know your location popup on Chrome in Serenity framework?

Hi Tom,

You need to use the below command to handle the popup in Chrome:

ChromeOptions options  = new ChromeOptions();
options.addArguments("--disable-geolocation");