playwright_fill
Fill out input fields on web pages using a CSS selector and specified value, enabling precise browser automation with Playwright and Chrome DevTools Protocol integration.
Instructions
fill out an input field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector for input field | |
value | Yes | Value to fill |