Skip to content

I.scrollDown()

Scrolls the page down by a specified number of pixels.

Usage

js
I.scrollDown(y: number)

Parameters

ParameterTypeDescription
ynumberVertical distance in pixels to scroll down.

Example

js
I.scrollDown(200)

Scrolls the page 200 pixels down.