mqscript_runapp
Launch mobile applications by package name using MQScript automation for device control and testing.
Instructions
Launch an application
Input Schema
Name | Required | Description | Default |
---|---|---|---|
packageName | Yes | Package name of the app to launch |
Input Schema (JSON Schema)
{
"properties": {
"packageName": {
"description": "Package name of the app to launch",
"type": "string"
}
},
"required": [
"packageName"
],
"type": "object"
}