Playwright Server MCP

playwright_evaluate

Execute custom JavaScript in the browser console for web automation tasks using the Playwright framework. Ideal for dynamic interactions, data extraction, and testing on web pages.

Instructions

Execute JavaScript in the browser console

Input Schema

NameRequiredDescriptionDefault
scriptYesJavaScript code to execute

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Playwright Server MCP

Related Tools

ID: c50bsocgzb