xcode_set_simulator_location
Set GPS coordinates for iOS simulators in Appium automation tests to simulate location-based app functionality.
Instructions
Set the location of a simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | The UDID of the simulator | |
| latitude | Yes | Latitude coordinate | |
| longitude | Yes | Longitude coordinate |