Skip to content

Latest commit

 

History

History
111 lines (59 loc) · 2.34 KB

Schema.EmulateNetworkConditionsStep.md

File metadata and controls

111 lines (59 loc) · 2.34 KB

@puppeteer/replay / Schema / EmulateNetworkConditionsStep

Interface: EmulateNetworkConditionsStep

Schema.EmulateNetworkConditionsStep

Hierarchy

Table of contents

Properties

Properties

assertedEvents

Optional assertedEvents: NavigationEvent[]

Inherited from

StepWithTarget.assertedEvents

Defined in

Schema.ts:64


download

download: number

Defined in

Schema.ts:157


latency

latency: number

Defined in

Schema.ts:159


target

Optional target: string

Defaults to main

Inherited from

StepWithTarget.target

Defined in

Schema.ts:71


timeout

Optional timeout: number

Inherited from

StepWithTarget.timeout

Defined in

Schema.ts:63


type

type: EmulateNetworkConditions

Overrides

StepWithTarget.type

Defined in

Schema.ts:156


upload

upload: number

Defined in

Schema.ts:158