Skip to content

Latest commit

 

History

History
121 lines (64 loc) · 2.38 KB

Schema.ScrollPageStep.md

File metadata and controls

121 lines (64 loc) · 2.38 KB

@puppeteer/replay / Schema / ScrollPageStep

Interface: ScrollPageStep

Schema.ScrollPageStep

Hierarchy

Table of contents

Properties

Properties

assertedEvents

Optional assertedEvents: NavigationEvent[]

Inherited from

StepWithFrame.assertedEvents

Defined in

Schema.ts:64


frame

Optional frame: FrameSelector

Defaults to main frame

Inherited from

StepWithFrame.frame

Defined in

Schema.ts:78


target

Optional target: string

Defaults to main

Inherited from

StepWithFrame.target

Defined in

Schema.ts:71


timeout

Optional timeout: number

Inherited from

StepWithFrame.timeout

Defined in

Schema.ts:63


type

type: Scroll

Overrides

StepWithFrame.type

Defined in

Schema.ts:187


x

Optional x: number

Absolute scroll x position in px. Defaults to 0

Defined in

Schema.ts:191


y

Optional y: number

Absolute scroll y position in px. Defaults to 0

Defined in

Schema.ts:195