mqscript_fw_create
Create a floating window with specified dimensions and position for mobile automation scripts, enabling UI element display and interaction during device control operations.
Instructions
Create a floating window
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| height | No | Height | |
| id | Yes | Floating window ID | |
| width | No | Width | |
| x | No | X position | |
| y | No | Y position |