mqscript_fw_hide
Hides specified floating windows in mobile automation scripts to manage UI elements during device control operations.
Instructions
Hide 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"
}