Skip to content

Latest commit

 

History

History
97 lines (51 loc) · 2.02 KB

Schema.StepWithFrame.md

File metadata and controls

97 lines (51 loc) · 2.02 KB

@puppeteer/replay / Schema / StepWithFrame

Interface: StepWithFrame

Schema.StepWithFrame

Hierarchy

Table of contents

Properties

Properties

assertedEvents

Optional assertedEvents: NavigationEvent[]

Inherited from

StepWithTarget.assertedEvents

Defined in

Schema.ts:64


frame

Optional frame: FrameSelector

Defaults to main frame

Defined in

Schema.ts:78


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

Inherited from

StepWithTarget.type

Defined in

Schema.ts:62