MCP Browser Automation Server

playwright_click

Automate browser actions by clicking specified elements using CSS selectors. Part of the MCP Browser Automation Server for streamlined task execution via Playwright.

Instructions

Click an element on the page

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for element to click

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for element to click", "type": "string" } }, "required": [ "selector" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Browser Automation Server

Related Tools

ID: hokppvk1dy