browser_type
Type text into a web element by simulating keystrokes. Clicks the element to focus, then types each character with configurable delay.
Instructions
Type text character by character into a focused element. Triggers keydown/keyup events. Clicks the element first to focus.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of the element (will be clicked to focus first) | |
| text | Yes | Text to type | |
| delay | No | Delay in ms between keystrokes (default: 50) |