type_text
Append text to iOS text fields and text views by stable DebugBridge ID, focusing the control and firing editing-change events.
Instructions
Append text to a UITextField or UITextView by stable DebugBridge ID, focusing the control and firing editing-change events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Debug element identifier, for example photoComment.input. | |
| text | Yes | Text to append. | |
| timeoutMs | No | How long to wait for post-action page availability or target criteria. Defaults to 8000. | |
| intervalMs | No | Polling interval after typing text. Defaults to 300. | |
| waitAfterMs | No | Delay after typing text before reading the next page. Defaults to 350. | |
| waitForLabel | No | Optional exact element label to wait for after typing text. | |
| waitForPageID | No | Optional pageID to wait for after typing text. | |
| waitForElement | No | Optional element criteria to wait for after typing text. | |
| waitForPageIDs | No | Optional acceptable pageIDs to wait for after typing text. | |
| waitForElementID | No | Optional element ID to wait for after typing text. | |
| waitForLabelIncludes | No | Optional element label substring to wait for after typing text. |