Open browser
open_browserLaunch a browser profile and get automation endpoints (Puppeteer/Playwright WebSocket, Selenium, debug port) to start driving pages immediately.
Instructions
Launch the browser for a profile and wait until it is ready. Returns automation endpoints: ws.puppeteer (CDP WebSocket — connect Playwright/Puppeteer or a browser-automation MCP to drive pages), ws.selenium (host:port) and debug_port. Usually takes a few seconds; the first launch can take minutes while the browser kernel downloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_uuid | Yes | Profile UUID to open |