human_requests.browsers.families.camoufox_family

Classes

CamoufoxFamily

Camoufox — a separate runtime. Launched as a context manager.

Module Contents

class CamoufoxFamily[source]

Camoufox — a separate runtime. Launched as a context manager. Stealth is NOT needed/allowed (antibot is built-in).

property name: human_requests.browsers.families.base.Family[source]

Family name.

property browser: playwright.async_api.Browser | None[source]

Current Browser or None if not started.

async start(
cfg: DesiredConfig,
) None[source]

Idempotent launch/restart according to cfg.

async close() None[source]

Close all family resources (browser + runtime).