browser_fill
Fill form fields in a browser tab by providing a CSS selector and value. Automates web form input for testing or data entry.
Instructions
Fill a form field with the specified value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Tab ID (defaults to active tab) | |
| value | Yes | Value to fill in | |
| selector | Yes | CSS selector for the input element |