launch_app
Launch an installed app on Android or iOS devices or simulators for automated testing and debugging, specifying the platform, app ID, and optional device, data clearing, or launch arguments.
Instructions
Launch an installed app on a device or simulator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Target platform | |
| appId | Yes | Package name (Android) or bundle ID (iOS) | |
| deviceId | No | Device ID or name (optional, uses first running device if not specified) | |
| clearData | No | Clear app data before launch (Android only, default: false) | |
| launchArguments | No | Arguments to pass to the app (iOS only) |