browser_type
Type text into an element or on the page during browser automation. Use optional CSS selectors to target elements and set delay between keystrokes.
Instructions
Type text into an element or on the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type | |
| delay | No | Delay between keystrokes in ms | |
| selector | No | CSS selector of the element (optional) |