Skip to main content
Glama

mcp-playwright

playwright_navigate

Use the tool to navigate to a specified URL within a browser, configure viewport dimensions, set a timeout, and define navigation wait conditions for accurate web page interaction.

Instructions

Navigate to a URL

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "height": { "description": "Viewport height in pixels (default: 720)", "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: 1280)", "type": "number" } }, "required": [ "url" ], "type": "object" }

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/executeautomation/mcp-playwright'

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