browser_type
Types text into an input or textarea element on the active or specified browser tab, with optional CSS selector and Enter key press.
Instructions
Types text into an input or textarea element on the active or specified tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type. | |
| tabId | No | Optional tab ID. | |
| selector | No | CSS selector of input element. | |
| pressEnter | No | Whether to press Enter after typing. |