Scroll
Scrolls a specified desktop element.
Category: Desktop Application Automation · Group: Desktop · Activity name: MouseWheel

Example
MouseWheel("xPath", wheelDelta=0)
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Element Target Method | string | Yes | xPath | Method to identify the desktop element. One of: xPath, referenceText, referenceImage, none. |
| Scroll Amount (pixels) | integer | The number of pixels to scroll. |