browser_type
Types text into an input field on the current page. Optionally clears existing content and returns updated page context, including a visual snapshot.
Instructions
Type text into an input field on the current page. By default clears the field first. Returns updated page context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type | |
| clear | No | Clear existing value before typing (default true) | |
| visual | No | Return base64 PNG alongside text (default false) | |
| selector | Yes | CSS selector for the input element |