mqscript_fw_addtextview
Adds a text display element to a floating window in mobile automation scripts, specifying position, size, and content for UI creation.
Instructions
Add text view to floating window
Input Schema
Name | Required | Description | Default |
---|---|---|---|
controlId | Yes | Control ID | |
height | No | Height | |
text | No | Display text | Text |
width | No | Width | |
windowId | Yes | Floating window ID | |
x | No | X position in window | |
y | No | Y position in window |