Skip to content

Win Scroll

Type: win-scroll  ·  Package: Desktop Activities v1.0.0

Moves (scrolls) an element with a scroll bar—a long list, a grid, a panel—in the indicated direction. Useful for bringing an item or row that is outside the visible area into view before interacting with it.

Locates the scrollable element by its selector and moves it amount steps in the indicated direction.

ParameterEditorDescription
selectorselectorThe scrollable element.
ParameterEditorDescription
sessionsessionWin Attach session. If omitted, the selector must include the window.
directionlistAddress: down (def.) · up · right · left.
amountnumberNumber of scroll steps (1–20). By default 3.
timeoutnumberMaximum in ms to wait. By default 30000.
Win Scroll selector = (list "Resultados") direction = down amount = 5