browser_fill
Clears a web input field and sets it to a specified value, enabling precise form filling and text replacement during browser automation.
Instructions
Clear and fill a text input field with the specified value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Text value to fill in (empty string clears the field) | |
| selector | Yes | Selector or ref for the input element | |
| sessionId | No | Browser session ID |