playwright_fill
Fills a specified input field with a given value using a CSS selector to locate the field. Automates form filling in browser testing with Playwright.
Instructions
Fill out an input field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value to fill | |
| selector | Yes | CSS selector for input field |