MCP Playwright CDP

by lars-hagen
Verified

playwright_navigate

Automates browser navigation to a specified URL using the Playwright framework, enabling advanced web interactions and JavaScript execution with customizable viewport dimensions and navigation timeouts.

Instructions

Navigate to a URL

Input Schema

NameRequiredDescriptionDefault
heightNoViewport height in pixels (default: 1080)
timeoutNoNavigation timeout in milliseconds
urlYes
waitUntilNoNavigation wait condition
widthNoViewport width in pixels (default: 1920)

Input Schema (JSON Schema)

{ "properties": { "height": { "description": "Viewport height in pixels (default: 1080)", "type": "number" }, "timeout": { "description": "Navigation timeout in milliseconds", "type": "number" }, "url": { "type": "string" }, "waitUntil": { "description": "Navigation wait condition", "type": "string" }, "width": { "description": "Viewport width in pixels (default: 1920)", "type": "number" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Playwright CDP

Related Tools

ID: fdvu5n58kv