Browser Automation
Provision Chromium sandboxes for web scraping, testing, and AI browser agents
Modbox browser sandboxes run a full Chromium instance with a VNC display and Chrome DevTools Protocol (CDP) endpoint exposed over HTTPS. You can connect any automation library β Playwright, Puppeteer, or an AI browser agent β to the sandbox URL.
Use cases
- π€ AI browser agents β Connect an LLM to a live browser (like Browser Use or OpenAIβs CUA)
- π Web scraping β Run authenticated scraping jobs in isolated containers
- π§ͺ E2E testing β Spin up fresh browsers for parallel test runs
- πΈ Screenshot / PDF generation β Render pages headlessly and export
How it works
A Modbox browser sandbox exposes:
- CDP endpoint at
wss://your-sandbox.modbox.run/cdpβ connect Playwright, Puppeteer, or any CDP client - VNC viewer at
https://your-sandbox.modbox.runβ watch the browser in real time via your browser
Example: Playwright with a Modbox sandbox
Example: AI browser agent
Connect an LLM-powered agent to a live Chromium sandbox:
Parallel browser jobs
Provision multiple sandboxes in parallel for high-throughput scraping or test runs: