browser_fill
Fill webpage input fields with a value using a CSS selector or snapshot reference. Leverages Playwright's fill() to replace form field contents.
Instructions
Replace an input value via Playwright's fill() — accepts a selector or a snapshot ref.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| value | Yes | ||
| selector | No |