nex_browser_connect
Establish an isolated automation session by connecting to a NexBrowser window. Optionally specify a team or start the window if not running.
Instructions
Connect to one NexBrowser window using the active team by default and create an isolated automation session. For multiple windows, first call nex_browser_open once with all window IDs, then connect each window with startIfNeeded=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | No | Optional team ID. Omit it to use the team currently selected in NexBrowser. | |
| windowId | Yes | ||
| startIfNeeded | No | Explicitly start one window when it is not running. Keep false after a multi-window batch open. |