I need to test web application that extensively uses geo location api (getCurrentPosition, watchPosition). Is there any browser (Chrome, Firefox) plugin that allows to simulate geo location?
I need to test web application that extensively uses geo location api (getCurrentPosition, watchPosition).
Share
If I understood the question correctly and you’re asking for a way to fake geolocation responses for your web app, you might be able to do this in Firefox by overriding the
geo.wifi.uriin the prefs, like Firefox’s unit tests do. See:geo.wifi.uriused in the tests.