Activity «Scroll» can be found in section «Windows».
Activity scrolls the contents of the UI element with scroll bars.
Click on the image to enlarge it.
Property; Class; Type; Description
Direction; In; Activities.Desktop.Enums.ScrollDirection; The direction in which the scrolling action of the UI element's contents shall occur: up, down, left or right. No scrolling will be performed if the contents cannot be scrolled in the specified direction.
Percentage; In; Int32; The percentage the UI element's contents should be scrolled by. Incoming values should not be below 0 or above 100.
XPath; In; String; Path to the element on the screen described as XPath.