Skip to content

Latest commit

 

History

History
89 lines (47 loc) · 1.75 KB

Schema.NavigateStep.md

File metadata and controls

89 lines (47 loc) · 1.75 KB

@puppeteer/replay / Schema / NavigateStep

Interface: NavigateStep

Schema.NavigateStep

Hierarchy

Table of contents

Properties

Properties

assertedEvents

Optional assertedEvents: NavigationEvent[]

Inherited from

StepWithTarget.assertedEvents

Defined in

Schema.ts:64


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: Navigate

Overrides

StepWithTarget.type

Defined in

Schema.ts:203


url

url: string

Defined in

Schema.ts:204