Expand description
Browser session for orchestrating headless browsers in sandboxes.
Each method generates a self-contained Python/Playwright script, runs it inside the sandbox, and parses the JSON result.
Structs§
- Browser
Session - A sandboxed headless browser controlled from outside.
Constants§
- BROWSER_
SETUP_ CMD - Command to install Playwright + Chromium inside a sandbox.