Playwright Server MCP

playwright_fill

Fill web input fields using CSS selectors to automate user interactions. Specify the selector and value for precise web automation tasks.

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" }

You must be authenticated.

Other Tools from Playwright Server MCP

Related Tools

ID: c50bsocgzb