Launch app
launch_appLaunch an app on a device by its bundle ID (iOS) or package name (Android). Optionally clear the app state before launching.
Instructions
Launch an app by bundle id (iOS) / package name (Android). Optionally clear state first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| observe | No | What to return after the action: 'screen' = fresh compact hierarchy, 'diff' = only what changed since last inspect, 'screenshot' = PNG, 'none' = just confirm. | none |
| device_id | Yes | Device id from list_devices (adb serial like 'emulator-5554', or an iOS simulator UDID) | |
| clear_state | No |