set_active_tab
Switch focus to a specific browser tab by specifying its ID using Firefox MCP Server, enabling streamlined automation and multi-tab debugging in Firefox via Playwright.
Instructions
Set active tab
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tabId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"tabId": {
"type": "string"
}
},
"required": [
"tabId"
],
"type": "object"
}