Playwright Server MCP

playwright_click_text

Automate web interactions by clicking elements based on their visible text content using Playwright Server MCP, streamlining web automation tasks.

Instructions

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

You must be authenticated.

Other Tools from Playwright Server MCP

Related Tools

ID: c50bsocgzb