Playwright MCP Server

by BhanuTJ93
MIT License
18,115
  • Linux
  • Apple

playwright_navigate

Navigate to a specified URL using a chosen browser type, set viewport dimensions, and configure navigation options such as timeout and headless mode for browser automation tasks.

Instructions

Navigate to a URL

Input Schema

NameRequiredDescriptionDefault
browserTypeNoBrowser type to use (chromium, firefox, webkit). Defaults to chromium
headlessNoRun browser in headless mode (default: false)
heightNoViewport height in pixels (default: 720)
timeoutNoNavigation timeout in milliseconds
urlYesURL to navigate to the website specified
waitUntilNoNavigation wait condition
widthNoViewport width in pixels (default: 1280)

Input Schema (JSON Schema)

{ "properties": { "browserType": { "description": "Browser type to use (chromium, firefox, webkit). Defaults to chromium", "enum": [ "chromium", "firefox", "webkit" ], "type": "string" }, "headless": { "description": "Run browser in headless mode (default: false)", "type": "boolean" }, "height": { "description": "Viewport height in pixels (default: 720)", "type": "number" }, "timeout": { "description": "Navigation timeout in milliseconds", "type": "number" }, "url": { "description": "URL to navigate to the website specified", "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/BhanuTJ93/MCP'

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