Type Text
typeEnter text into input fields on web pages using element IDs. Optionally clear existing content before typing. Returns an updated page snapshot reflecting changes.
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. |