firefox-devtools-mcpTools Reference
navigate_page
Navigate to a URL
navigate_page
Navigate the current page to a specified URL.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | URL to navigate to |
Example
{
"tool": "navigate_page",
"arguments": {
"url": "https://example.com"
}
}