Type Text
typeTypes text into input fields or text areas by element ID, with an option to clear existing content. Returns an updated page snapshot showing changes like validation or autocomplete.
Instructions
Type text into an input field or text area (by eid). Set clear to replace existing content instead of appending. Returns a fresh page snapshot reflecting the updated field and any resulting changes (validation, autocomplete, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eid | Yes | Element ID of the input field from find results or the page snapshot. | |
| text | Yes | The text to type into the element. | |
| clear | No | If true, clear the field before typing (replaces content). If false (default), append to existing text. | |
| page_id | No | Page ID. If omitted, operates on the most recently used page. |