AI Vision Debug MCP Server

playwright_click

Automate UI interactions by clicking specified elements using CSS selectors. Designed for AI-driven vision analysis and testing workflows with the AI Vision Debug MCP Server.

Instructions

Click an element on the page

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for the element to click

Input Schema (JSON Schema)

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