Expand description
Shared constants (schema version, product name).
Named constants for browser-automation-cli (anti-hardcode).
Structs§
- Network
Preset - Network throttling presets aligned with Chrome DevTools / Puppeteer PredefinedNetworkConditions.
- Viewport
Spec - 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
WxHxDPRwith optional,mobile,,touch,,landscapeflags.