browser_type
Type text into an editable web element using a snapshot reference or CSS selector, with options for slow typing and pressing Enter.
Instructions
Type text into an editable element identified by a snapshot ref (eN) or selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to type into the element. | |
| slowly | No | Type one character at a time (fires key events) instead of filling at once. | |
| submit | No | Whether to press Enter after typing. | |
| target | Yes | Exact target reference from a snapshot (e.g. 'e5'), or a unique Playwright selector (CSS/text). | |
| element | No | Human-readable element description used to obtain permission to interact with the element. |