Skip to content

I.scrollUp()

Scrolls the page up by a specified number of pixels.

Usage

js
I.scrollUp(y: number)

Parameters

ParameterTypeDescription
ynumberVertical distance in pixels to scroll up.

Example

js
I.scrollUp(200)

Scrolls the page 200 pixels up.