launchApp
Launch mobile applications by package ID to automate testing workflows. Clear app data or perform cold boot as needed for consistent test execution.
Instructions
Launch an app by package name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | App package ID of the app | |
| clearAppData | No | Whether to clear app data before launching, default false | |
| coldBoot | No | Whether to cold boot the app, default true |