launch-app
Launch Android apps on specific devices using package names and optional activities for mobile automation testing.
Instructions
Launch an app on an Android device
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | Yes | The device ID to launch the app on | |
| packageName | Yes | The package name of the app to launch | |
| activityName | No | Optional activity name to launch |