Playwright MCP Server

playwright_fill

Automate filling values into input fields on web pages using CSS selectors with Playwright MCP Server. Simplify form handling and data entry tasks in browser automation workflows.

Instructions

fill out an input field

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for input field
valueYesValue to fill

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for input field", "type": "string" }, "value": { "description": "Value to fill", "type": "string" } }, "required": [ "selector", "value" ], "type": "object" }
ID: iiafoz7ogl