xcode_set_simulator_location
Set the location of an iOS simulator in the MCP Appium Server by specifying the UDID, latitude, and longitude for precise testing scenarios.
Instructions
Set the location of a simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude coordinate | |
| longitude | Yes | Longitude coordinate | |
| udid | Yes | The UDID of the simulator |