Basic Connection Example
After creating a browser session with MarinaBox, you can connect to it using Playwright. This guide shows you how to write a simple script to connect and interact with the browser session.Getting Session Details
First, list your active sessions to get the WebSocket URL:Python Script
Here’s a complete example showing how to connect to the session:- Connects to your running browser session
 - Opens a new page
 - Navigates to a website
 - Closes the connection
 
Get Support & Join Our Community
- Discord: https://discord.gg/nAyFBSSU87
 - Email: askmarinabox@gmail.com
 
