Playwright Integration
Connect to your Orchestrator session using Playwright’s CDP connection:Puppeteer Integration
Use Puppeteer to connect to your browser session:Selenium Integration
Connect to your browser session using Selenium WebDriver:VNC Access
For visual debugging or manual interaction, you can connect to the session via VNC using the connection details from the session:Web-based VNC
The easiest way to access VNC is through your browser using the session details page in the Orchestrator dashboard.VNC Client Connection
You can also connect using any VNC client with the vnc_url and vnc_password from your session:Error Handling
Always handle potential errors when connecting to sessions:Best Practices
Session Lifecycle
Always stop sessions when done to avoid unnecessary charges and free up resources.
Error Handling
Implement proper error handling for network issues and session state changes.
Connection Pooling
Reuse sessions for multiple operations instead of creating new ones for each task.
Monitoring
Monitor session status and handle transitions between states gracefully.