Scroll

Keyword: SCROLLUPIRIS

Description: This keyword or action instructs Avo Assure Client to perform a scroll-up operation on an IRIS scroll object (vertical scroll).

Keyword

Input Syntax

Output Syntax

Supported Input Formats

scrollUpIris

<count>; <type (optional)>

(Optional)

  • Text

  • Static values

  • Dynamic Variables

Find the snippet of the keyword below when the type is not specified (or specified as 0):

In the above example, after the test case debug, the vertical scroll IRIS element will be scrolled up by clicking on the up-arrow button of the scroll bar for the specified number in input, and the test steps status will be stored in the output variable (if provided).

Find the snippet of the keyword below when the type is specified as 1:

In the above example, the vertical scroll IRIS element will first be clicked in the center after the test case debugs. The scroll-up function is performed from the most recent position of the scroll thumb for the specified number in input, and the test steps status will be stored in the output variable if provided.

Keyword: SCROLLDOWNIRIS

Description: This keyword or action instructs Avo Assure Client to perform a scroll-down operation on an IRIS scroll object (vertical scroll).

Keyword

Input Syntax

Output Syntax

Supported Input Formats

scrollDownIris

<count>; <type (optional)>

(Optional)

  • Text

  • Static values

  • Dynamic Variables

Find the snippet of the keyword below when the type is not specified (or specified as 0):

In the above example, after the test case debug, the vertical scroll IRIS element will be scrolled down by clicking on the down-arrow button of the scroll bar for the specified number in input, and the test steps status will be stored in the output variable (if provided).

Find the snippet of the keyword below when the type is specified as 1:

In the above example, after the test case debug, the vertical scroll IRIS element will first be clicked in the center, then scroll down function is performed from the most recent position of the scroll-thumb for the specified number in input and the test steps status will be stored in the output variable if provided.

Keyword: SCROLLLEFTIRIS

Description: This keyword or action instructs Avo Assure Client to perform a left scroll operation on an IRIS scroll object (horizontal scroll).

Keyword

Input Syntax

Output Syntax

Supported Input Formats

scrollLeftIris

<count>; <type (optional)>

(Optional)

  • Text

  • Static values

  • Dynamic Variables

Find the snippet of the keyword below when the type is not specified (or specified as 0):

In the above example, after the test case debug, the horizontal scroll IRIS element will be scrolled left by clicking on the left-arrow button of the scroll bar for the specified number in input, and the test steps status will be stored in the output variable (if provided).

Find the snippet of the keyword below when the type is specified as 1:

In the above example, after the test case debug, the horizontal scroll IRIS element will first be clicked in the center, then the scroll left function is performed from the most recent position of the scroll-thumb for the specified number in input and the test steps status will be stored in the output variable if provided.

Keyword: SCROLLRIGHTIRIS

Description: This keyword or action instructs Avo Assure Client to perform a right scroll operation on an IRIS scroll object (horizontal scroll).

Keyword

Input Syntax

Output Syntax

Supported Input Formats

scrollRightIris

<count>; <type (optional)>

(Optional)

  • Text

  • Static values

  • Dynamic Variables

Find the snippet of the keyword below when the type is not specified (or specified as 0):

In the above example, after the test case debug, the horizontal scroll IRIS element will be scrolled right by clicking on the right-arrow button of the scroll bar for the specified number in input, and the test steps status will be stored in the output variable (if provided).

Find the snippet of the keyword below, when type is specified as 1:

In the above example, after the test case debug, the horizontal scroll IRIS element will first be clicked in the center, then the scroll right function is performed from the most recent position of the scroll-thumb for the specified number in input and the test steps status will be stored in the output variable if provided.

Last updated