Type text
browser_typeType text into editable page elements with fast bulk insertion, or per-character typing for autocomplete widgets.
Instructions
Type text into an editable element. Fast path focuses and inputs text in bulk (Input.insertText) without per-character key events — use slowly:true only when the page needs real per-key events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type | |
| settle | No | Milliseconds to wait for the page to settle afterwards | |
| slowly | No | Type one character at a time (needed for some autocomplete widgets) | |
| submit | No | Press Enter after typing | |
| target | Yes | Element ref (e.g. e4) or CSS selector | |
| element | No | Human-readable element description |