playwright_fill
Fill input fields on web pages using a CSS selector and specified value. Integrates with the Playwright MCP Server for browser automation tasks.
Instructions
fill out an input field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector for input field | |
value | Yes | Value to fill |