Skip to main content

Scroll Page

Scrolls the page horizontally to the specified x-coordinate and vertically to the specified y-coordinate, where the upper-left corner of the document serves as the reference point.

Category: Web Element Interaction · Group: Web · Activity name: PageScroll

The PageScroll activity in the designer

Example

PageScroll(0.0, 0.0)

Inputs

NameTypeRequiredDefaultDescription
X CoordinatefloatYesThe pixel along the horizontal axis of the document that is displayed in the upper left.
Y CoordinatefloatYesThe pixel along the vertical axis of the document that is displayed in the upper left.