How do I handle know your location pop-up on Chrome in pytest?

How do I handle know your location pop-up on Chrome in pytest ?

Hi Mark!

You can handle the location pop-up in pytest using Chrome options as shown below:

op = Options()
options.add_Arguments("--disable-geolocation");