launch_app
Launch apps on iOS Simulator using bundle identifiers to test and interact with applications during development.
Instructions
Launches an app on the iOS Simulator by bundle identifier
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | No | Udid of target, can also be set with the IDB_UDID env var | |
| bundle_id | Yes | Bundle identifier of the app to launch (e.g., com.apple.mobilesafari) | |
| terminate_running | No | Terminate the app if it is already running before launching |