@puppeteer/replay / Schema / ScrollPageStep
Schema.ScrollPageStep
-
↳
ScrollPageStep
• Optional
assertedEvents: NavigationEvent
[]
• Optional
frame: FrameSelector
Defaults to main frame
• Optional
target: string
Defaults to main
• Optional
timeout: number
• type: Scroll
• Optional
x: number
Absolute scroll x position in px. Defaults to 0
• Optional
y: number
Absolute scroll y position in px. Defaults to 0