Do you know if is there some approach to set the geolocation coordinates using selenium 3? Or just this mentioned approach using selenium 4?
Hello Tom-dale,
Setting latitude/longitude is possible with selenium 4 through Chrome DevTools Protocol but this approach wouldn’t work with Selenium 3 since it doesn’t have support for CDP.