Skip to main content

Module playwright

Module playwright 

Source
Expand description

Playwright-based headless browser integration for JS-rendered pages.

Renders JavaScript-heavy SPAs via Playwright CLI subprocess with browser context isolation, resource limits, and console/network capture.

Structs§

BrowserContext
Browser context with resource isolation.
ConsoleMessage
Console message from browser.
NetworkRequest
Network request during rendering.
PlaywrightConfig
Configuration for Playwright browser rendering.
PlaywrightDetector
Playwright binary detection and management.
PlaywrightRenderer
Playwright renderer with browser context isolation.
RenderedPage
Result of JavaScript rendering.
WasmError
WASM error detected during rendering.

Enums§

BrowserType
Browser type for rendering.
PlaywrightError
Errors from Playwright operations.