mqscript_fw_show
Display a floating window on mobile devices by specifying its ID to enable UI automation and control functions.
Instructions
Show floating window
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Floating window ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Floating window ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}