Skip to main content

Module constants

Module constants 

Source
Expand description

Shared constants (schema version, product name). Named constants for browser-automation-cli (anti-hardcode).

Structs§

NetworkPreset
Network throttling presets aligned with Chrome DevTools / Puppeteer PredefinedNetworkConditions.
ViewportSpec
Parsed viewport string: WxHxDPR[,mobile][,touch][,landscape].

Constants§

NETWORK_PRESETS
Throughput -1 means no throttle (unlimited).

Functions§

network_preset_by_name
Lookup a network preset by case-insensitive name.
network_preset_names
List known network preset names for help and validation.
parse_viewport_spec
Parse WxHxDPR with optional ,mobile, ,touch, ,landscape flags.