device_fill
Type text into an input field by its @ref from device_snapshot. Clears existing text first. Requires an open session.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
ref | string | Yes | Input field ref from device_snapshot (e.g. “e5” or “@e5”) | ||
text | string | Yes | Text to type into the field |
device_fill(ref: <string>, text: <string>)