Skip to main content
This processor lets you scroll vertically or horizontally by coordinates, or smoothly move the viewport to an element identified by a CSS or XPath selector.

Scroll the viewport by explicit coordinates

The processor scrolls the page by a specified number of pixels.
Example scroll by coordinates

Example scroll by coordinates

In that example, each scroll step moves the page down by 200 pixels.

Scroll to an element using its selector

Pick the target element by CSS or XPath selector, and the processor scrolls directly to its position.
Example scroll to the form's input field

Example scroll to the form’s input field