browser_fill
Automate text input into web forms by specifying a CSS selector and desired value, enabling efficient form filling through browser automation.
Instructions
Fill a form input with text
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector for input field | |
value | Yes | Text to enter in the field |