browser_fill
Fill text into a web element after clearing existing content. Provide the element reference and desired text to update form fields, inputs, or editable areas.
Instructions
Fill text into an element (clears first)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Element reference from snapshot | |
| text | Yes | Text to fill (clears existing content first) |