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

Example
PageScroll(0.0, 0.0)
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| X Coordinate | float | Yes | The pixel along the horizontal axis of the document that is displayed in the upper left. | |
| Y Coordinate | float | Yes | The pixel along the vertical axis of the document that is displayed in the upper left. |