Scroll Horizontally

This is pre-built Action located under the Table/Grid captured from the AUT Element Name, instructs the Avo Assure to perform a horizontal 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>

Argument
Description

<Direction>

(Required)

Specifies the direction in which to scroll Accepted values: left or right

<No. of Scroll>

(optional)

Defines how many scroll actions to perform in the specified direction.

Output Value

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This variable stores the status as true or false

Example

Scrolls the table horizontally in the specified direction and number of times The Scroll Horizontally action takes the value from the Input Value column (e.g., right;3) and performs horizontal scrolling in the given direction for the specified number of scrolls. The result of the scrolling operation is stored in the {Scroll} 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?