AI Vision Debug MCP Server

playwright_evaluate

Execute JavaScript directly in the browser console context to test, debug, or manipulate web elements during UI/UX analysis and automation workflows.

Instructions

Execute JavaScript in the browser console context

Input Schema

NameRequiredDescriptionDefault
scriptYesJavaScript code to execute

Input Schema (JSON Schema)

{ "properties": { "script": { "description": "JavaScript code to execute", "type": "string" } }, "required": [ "script" ], "type": "object" }
ID: lbb1el5owd