MCP Libraries
firefox-devtools-mcpTools Reference

select_page

Switch to a specific tab

select_page

Switch the active browser tab.

Parameters

ParameterTypeRequiredDescription
pageIdstringYesPage ID to switch to

Example

{
  "tool": "select_page",
  "arguments": {
    "pageId": "page-123"
  }
}

Use list_pages to get available page IDs.

On this page