browser geolocation

Allows you to provide your location to web applications.


Example

Running this code will provide the following location for the browser:

  • Accuracy: 10
  • Latitude: 26.014946
  • Longitude: 7.123138
plugin command("Browser Automation.dll", "browser geolocation", 10.0, 26.014946, 7.123138)

Was this helpful?