Scroll Vertically
This is pre-built Action located under the Table/Grid captured from the AUT Element Name, instructs the Avo Assure to perform a vertically scroll operation on the grid’s scrollable section given in the input and save the result in dynamic variable.
Syntax
Input Value: <Direction>;<No.of Scrolls>
<Direction>
(Required)
Specifies the direction in which to scroll Accepted values: Up or down
<No. of Scroll>
(optional)
Defines how many scroll actions to perform in the specified direction.
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This variable stores the status as true or false
Example
Scrolls the table vertically in the specified direction and number of times The Scroll Vertically action takes the value from the Input Value column (e.g., down;3) and performs vertical scrolling in the given direction for the specified number of scrolls. The result of the scrolling operation is stored in the {Scroll} variable, while the execution status is stored in the {Status} variable, with the following possible values:
True – if the scrolling is performed successfully.
False – if scrolling fails or an error occurs.

Last updated
Was this helpful?