Boot an iOS simulator
simulator_bootBoot a simulator by its UDID to prepare it for app installs, launches, screenshots, or deep link tests. Preserves existing simulator content.
Instructions
Boot a simulator by UDID using xcrun simctl boot. Use before install_app, launch_app, screenshot, or open_deep_link. This does not erase or reset simulator content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | Simulator UDID. Use simulator_list first when unsure. |