Playwright Server MCP

playwright_click_text

Click an element on the page by its text content

Input Schema

NameRequiredDescriptionDefault
textYesText content of the element to click

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "Text content of the element to click", "type": "string" } }, "required": [ "text" ], "type": "object" }