Once your session is created, you can connect to it using VNC for visual access or Chrome DevTools Protocol (CDP) for programmatic automation. The connection details are provided directly in the session creation response.
You can also connect using any VNC client with the vnc_url and vnc_password from your session:
Copy
Ask AI
# Using vncviewer (Linux/macOS)# Extract host and port from vnc_url: wss://browser-node-1.orchestratorhq.com:6080/websockifyvncviewer browser-node-1.orchestratorhq.com:6080# When prompted, enter the vnc_password from the session response