firefox-devtools-mcpTools Reference
new_page
Create and navigate to a new tab
new_page
Create a new browser tab and optionally navigate to a URL.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | No | URL to navigate to |
Example
{
"tool": "new_page",
"arguments": {
"url": "https://example.com"
}
}Response
Returns the new page ID.