browser_type
Type text into page elements using human-like keystrokes, including real Shift key events and variable timing, then verify the typed value against the requested input to catch mismatches.
Instructions
Type text into an element (CSS selector or aria ref) with human-like input: real per-key events, real Shift keyDown/up for capitals & symbols, variable dwell and inter-key gaps. Verifies the result against the request for input/textarea and errors on mismatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | aria-ref from browser_snapshot, for example e12. Provide exactly one of selector or ref. | |
| text | Yes | ||
| delay | No | Deprecated/ignored; timing is randomized. | |
| verify | No | Verify typed value matches request (default true) for input/textarea. | |
| timeout | No | ||
| selector | No | CSS selector. Provide exactly one of selector or ref. | |
| frameSelector | No | Optional CSS selector for an iframe. When set, selector/ref resolve inside that frame. |