Ui Type
ui_typeTypes text into the focused control (or focuses element_ref first, then types). Sends real key events so validation/handlers fire. The result is VERIFIED BY READING the control back, not by the write succeeding: {typed, verified:true} means its value actually changed; input_not_applied is an explicit error meaning the events were posted and the value did NOT change (nothing was typed — usually the window is not frontmost); verified:false + verification:'unavailable' means the target publishes no readable value, so delivery could not be confirmed and you should read it back yourself. Requires Accessibility permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to type. | |
| element_ref | No | Optional; focus this element first. |