OpenSandbox supports two approaches to browser automation in isolated containers. The Chrome example launches a full Chromium instance with VNC access and the Chrome DevTools Protocol (CDP) exposed on port 9222, making it possible to connect any DevTools client or MCP tool directly to the browser. The Playwright example uses a prebuilt image with Chromium binaries and the Playwright Python library pre-installed, suitable for headless scraping, screenshot capture, and automated testing workflows.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/opensandbox-group/OpenSandbox/llms.txt
Use this file to discover all available pages before exploring further.
- Chrome (VNC + DevTools)
- Playwright
The Fetch the DevTools JSON endpoint to list open pages:
opensandbox/chrome image starts a VNC server (Xtigervnc :1) and launches Chromium with remote debugging enabled. Once the sandbox is running, you can connect a native VNC client to port 5901 or attach any CDP-compatible tool to port 9222.