type_text
Type text into any input or textarea by CSS selector. Clears the field before typing by default, with optional control over clearing and target tab.
Instructions
Type text into an input or textarea by CSS selector (clears it first by default). Targets the active tab unless a browserId is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of the input/textarea. | |
| text | Yes | The text to type. | |
| clear | No | Clear the field before typing. Default: true. | |
| browserId | No | Target tab (from list_tabs). Defaults to active. |