human_requests.browsers.families.playwright_family¶
Classes¶
Standard Playwright (with stealth wrapper on demand). |
Module Contents¶
- class PlaywrightFamily[source]¶
Standard Playwright (with stealth wrapper on demand). Restarts only what has changed: PW engine when stealth changes, browser when engine/headless/launch_opts change.
- property browser: playwright.async_api.Browser | None[source]¶
Current Browser or None if not started.
- async start(
- cfg: DesiredConfig,
Idempotent launch/restart according to cfg.