Skip to main content
Glama

MCP Playwright CDP

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lars-hagen/mcp-playwright-cdp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server