When I perform browser automation on desktops, I’m getting the location pop-up for chrome browser, can you help me disable the same?
Hi Miro Vasil,
You may disable the browser pop ups on Chrome using the following snippet in your acceptance.suite.yml
capabilities:
chromeOptions:
args: ["--disable-geolocation'"]