human_requests.abstraction.warmup

Classes

Warmup

Runtime context passed to warmup scripts.

Module Contents

class Warmup[source]

Runtime context passed to warmup scripts.

browser: HumanBrowser[source]

Browser session available to warmup scripts.

context: HumanContext[source]

Browser context created during warmup.

page: HumanPage[source]

Page used during warmup scripts.

sniffer: HeaderAnomalySniffer | None[source]

Optional header sniffer used during warmup when header sniffing is enabled.

timeout_ms: int[source]

Effective timeout, in milliseconds, shared by warmup actions.

test_mode: bool[source]

Whether the client was started in test mode.

prefixes: dict[str, str][source]

Resolved shared prefix values configured for the app.