Skip to main content
Glama

Chrome Debug MCP Server

navigate

Directs the Chrome browser to load a specified URL, with options to set navigation timeout and wait conditions for page readiness, enabling precise control over web page automation.

Instructions

Navigate to a URL

Input Schema

NameRequiredDescriptionDefault
timeoutNoNavigation timeout in milliseconds
urlYesURL to navigate to
waitUntilNoWhen to consider navigation completed

Input Schema (JSON Schema)

{ "properties": { "timeout": { "description": "Navigation timeout in milliseconds", "type": "number" }, "url": { "description": "URL to navigate to", "type": "string" }, "waitUntil": { "description": "When to consider navigation completed", "enum": [ "load", "domcontentloaded", "networkidle0", "networkidle2" ], "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from Chrome Debug MCP Server

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/robertheadley/chrome-debug-mcp'

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