getGeoLocation
Get the current geolocation.
Usage
1 | browser.getGeoLocation(); |
Example
1 | it('should return my current location', function () { |
Returns
- <Object>: the current geo location (
{latitude: number, longitude: number, altitude: number}
)
Get the current geolocation.
1 | browser.getGeoLocation(); |
1 | it('should return my current location', function () { |
{latitude: number, longitude: number, altitude: number}
)