launch_app
Launch mobile apps on Android or iOS devices by specifying their package name or bundle ID to open applications for testing or automation.
Instructions
Launch an app by package name (Android) or bundle ID (iOS)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | Package name (Android) or bundle ID (iOS), e.g., com.android.settings or com.apple.Preferences | |
| platform | No | Target platform. If not specified, uses the active device. |