playwright_fill
Automate filling input fields on web pages using CSS selectors and specified values. Ideal for browser automation tasks in the Playwright MCP Server environment.
Instructions
fill out an input field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector for input field | |
value | Yes | Value to fill |