launch_firefox_multi
Start Firefox with multi-tab browsing and debugging options using Playwright automation, enabling efficient browser control and advanced tab management for MCP applications.
Instructions
Launch Firefox browser with multi-tab support and debugging
Input Schema
Name | Required | Description | Default |
---|---|---|---|
enableDebugLogging | No | ||
headless | No |
Input Schema (JSON Schema)
{
"properties": {
"enableDebugLogging": {
"default": true,
"type": "boolean"
},
"headless": {
"default": false,
"type": "boolean"
}
},
"type": "object"
}