playwright_fill
Automatically populate an input field on a web page by specifying a CSS selector and the desired value, enabling precise browser automation with Playwright.
Instructions
fill out an input field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for input field | |
| value | Yes | Value to fill |