Fill
browser_fillFill input or textarea fields on an open browser page by CSS selector or @eN handle, replacing existing content with a specified value.
Instructions
Fill an input or textarea element (identified by CSS selector or @eN handle) with the given value, replacing any existing content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The value to fill into the input | |
| selector | Yes | Input element selector: a CSS selector or an @eN handle obtained from browser_snapshot |