browser_fill
Fill web form inputs with specified values using CSS selectors. Provides reliable form completion for browser automation tasks.
Instructions
Fill form field with value (more robust than type)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value to fill | |
| selector | Yes | CSS selector of the input element |