mqscript_fw_addbutton
Adds a customizable button to a floating window in mobile automation scripts, enabling interactive UI creation for device control operations.
Instructions
Add button to floating window
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| controlId | Yes | Control ID | |
| height | No | Height | |
| text | No | Button text | Button |
| width | No | Width | |
| windowId | Yes | Floating window ID | |
| x | No | X position in window | |
| y | No | Y position in window |