How to handle know your location popup on Chrome using Php - Laravel?

How to handle know your location popup on Chrome using Php - Laravel ?

Hey Macy,

You may disable the browser pop-ups on Chrome using the following snippet in your DuskTestCase.php

$options = (new ChromeOptions)->addArguments([
    '--disable-geolocation'
]);"