Skip to main content

Module browser

Module browser 

Source
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§

BrowserSession
A sandboxed headless browser controlled from outside.

Constants§

BROWSER_SETUP_CMD
Command to install Playwright + Chromium inside a sandbox.