Scroll Operations

Keyword: SCROLLDOWN

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

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.

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.

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.

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