firefox-devtools-mcpTools Reference
select_page
Switch to a specific tab
select_page
Switch the active browser tab.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
pageId | string | Yes | Page ID to switch to |
Example
{
"tool": "select_page",
"arguments": {
"pageId": "page-123"
}
}Use list_pages to get available page IDs.