type
Insert text into input fields using CSS selectors or annotation IDs, with configurable keystroke delay, pre-typing field clearing, and iframe support for reliable form automation.
Instructions
Type text into an input field with configurable keystroke delay, field clearing, and iframe support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| clear | No | Clear the field before typing | |
| delay | No | Delay between keystrokes in ms | |
| aiHeal | No | Try alternative selector if primary fails | |
| iframe | No | Target a specific iframe by index | |
| selector | No | CSS selector for the input field | |
| pressEnter | No | Press Enter after typing | |
| annotationId | No | Annotation number from see_page(annotate:true) — use instead of selector | |
| iframeSelector | No | Target a specific iframe by CSS selector | |
| waitForSelector | No | Wait for the element to appear before typing |