type_text
Type text into any webpage input field or textarea using a CSS selector. Control keystroke delay and optionally clear existing content.
Instructions
Type text into an input field or textarea by CSS selector. Focuses the element and types character by character.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type | |
| clear | No | Clear existing text before typing | |
| delay_ms | No | Delay between keystrokes in ms | |
| selector | Yes | CSS selector for the input element |