Win Scroll
Win Scroll
Section titled “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.
How it works
Section titled “How it works”Locates the scrollable element by its selector and moves it amount steps in the indicated direction.
Required parameters
Section titled “Required parameters”| Parameter | Editor | Description |
|---|---|---|
selector | selector | The scrollable element. |
Optional parameters
Section titled “Optional parameters”| Parameter | Editor | Description |
|---|---|---|
session | session | Win Attach session. If omitted, the selector must include the window. |
direction | list | Address: down (def.) · up · right · left. |
amount | number | Number of scroll steps (1–20). By default 3. |
timeout | number | Maximum in ms to wait. By default 30000. |
Example
Section titled “Example”Win Scroll selector = (list "Resultados") direction = down amount = 5Related activities
Section titled “Related activities”- Win Extract Table — for grids, extracts data without scrolling by hand.
- Win Wait For — wait for an item to appear after scrolling.