Scroll
Last updated
Last updated
Description: This keyword or action instructs ICE 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 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 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 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.
Description: This keyword or action instructs ICE 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 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 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.
Description: This keyword or action instructs ICE 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 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 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.
Description: This keyword or action instructs ICE 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 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.