roxy_open_browsers
Open one or multiple browsers in a specified workspace and retrieve their CDP WebSocket endpoints for automation. Supports custom startup arguments and force opening.
Instructions
Open one or multiple browsers and return their CDP WebSocket endpoints for automation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Workspace ID | |
| dirIds | Yes | Array of browser directory IDs to open | |
| forceOpen | No | Force open browser even if it is already opened by other users (default: true) | |
| args | No | Optional browser startup arguments (--headless=new startup headless) |