Scroll Down IRIS

The This is a pre-built action available under the Captured Element from the Desktop Application using the IRIS method. The functionality of this action in Avo Assure is to perform a vertical scroll-down operation on a captured IRIS object.

Syntax

Input Value: <count>;<type(optional)>

Argument
Description

<count>(Required)

Provide a numeric value representing how many times the screen should scroll down

<type>(Optional)

Specified as 1, sets the scroll thumb at the middle and scrolls down from the center the given number of times

Output Value

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Holds the status as True if the scroll-down operation succeeded, or False if it failed or an error occurred

Example 1

Scrolls down within a scrollable element in the Desktop application by a specified number of steps

The Scroll Down IRIS action takes the value from the Input Value column (e.g., 5), where 5 represents the number of scroll steps. It scrolls down the captured scrollable element using the IRIS method

Example 2

Scrolls down within a scrollable element in the Desktop application by a specified number of steps

The Scroll Down IRIS action takes the value from the Input Value column (e.g., 5;1), where 5 represents the number of scroll steps and 1 (optional type) sets the scroll thumb to the middle of the scroll bar, then scrolls down the specified number of times from that position. The action scrolls the captured element using the IRIS method.

Last updated

Was this helpful?