Scroll Operations

Keyword: SCROLLDOWN

Description: This keyword or action instructs Avo Assure Client to scroll down in the application.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

scrollDown

<No. of scroll steps to go down>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example after the test case debug, Avo Assure Client will perform scroll down operation for 4 times in the scroll bar. If output variable is provided for execution status “True”/ “False” will be stored in it.

Keyword: SCROLLUP

Description: This keyword or action instructs ICE to scroll up in the application.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

scrollUp

<No. of scroll steps to go up>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example after the test case debug, ICE will perform scroll up operation for 4 times the scroll bar. If output variable is provided for execution status “True”/ “False” will be stored in it.

Keyword: SCROLLLEFT

Description: This keyword or action instructs ICE to scroll left in the application.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

scrollLeft

<No. of scroll steps to go left>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example after the test case debug, ICE will perform scroll left operation for 4 times in the scroll bar. If output variable is provided for execution status “True”/ “False” will be stored in it.

Keyword: SCROLLRIGHT

Description: This keyword or action instructs ICE to scroll right in the application.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

scrollRight

<No. of scroll steps to go right>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example after the test case debug, ICE will perform scroll right operation for 3 times in the scroll bar. If output variable is provided for execution status “True”/ “False” will be stored in it.

Last updated