๐ฌ .getGeoLocation()
This is a proposal for functionality that may be implemented in the future.
TODO: Description here.
Usage
device.getGeoLocation()
Returns
Promise (Unknown): TODO: Description here.
Support
| Platform | Supported |
|---|---|
| iOS | Unknown |
| Android | Unknown |
| Web | Unknown |
Examples
Retrieve geo location:
const { device } = require("appdriver");
(async () => {
await device.getGeoLocation();
})();