browser_type
Input text into browser fields using a CSS selector for immediate value fill, or type character-by-character into the focused element with an optional delay between keystrokes.
Instructions
Type text.
With a selector the value is filled instantly; without one the text is typed key by key into the focused element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type | |
| delay | No | Delay between keystrokes in ms (no-selector mode) | |
| selector | No | CSS selector of the input element (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |