browser_type
Type text into an input or textarea element identified by a CSS selector. Focuses the element before typing.
Instructions
Type text into the element matching a CSS selector (focuses, then types). For single keys use browser_press; for use browser_select.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type into the focused element. | |
| selector | Yes | CSS selector of the input/textarea to type into. |