browser_type_text
Enter text into web form fields using CSS selectors. This tool types content into input fields or textareas on web pages, focusing elements and triggering event listeners for form interactions.
Instructions
[Disabled] Type text into an input field or textarea matching the CSS selector. Focuses the element, optionally clears existing content, sets the value, and dispatches input and change events to trigger any attached event listeners.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID of the page to interact with | |
| selector | Yes | CSS selector of the input or textarea | |
| text | Yes | Text to enter into the element | |
| clear | No | Clear existing value before typing — defaults to true |