Get Row Number by Input Text
This is pre-built Action located under the Table/Grid captured from the AUT Element Name, instructs the Avo Assure to fetch the row number of the given input text in the grid and save the result in the dynamic variable.
Syntax
Input Value: <Text>;<header/body>(optional);<left/right>(optional);<row_attr>(optional)
<text> (Required)
Specifies the input text to search for within the table/Grid
<header/body>
(Optional)
Specifies whether the search should be performed in the table header or body.
<left/right>
(Optional)
Indicates the direction in which to search for the text.
<col_attr> (Optional)
Additional column attribute to help narrow down the column match.
Output Value
<Dynamic Variable> (Optional)
This variable stores the rows count of grid or table
<Dynamic Variable> (Optional)
This variable holds the results in True and False
Example
Retrieves the row number based on the specified input text in a table The Get Row Number by Input Text action takes the value from the Input Value column (e.g., James D Davis;body;left) and searches for the specified text in the defined section and direction of the table. The resulting row number is stored in the {RowNumber} variable, while the execution status is stored in the {Status} variable, with the following possible values:
True – if the row number is retrieved successfully.
False –if the operation fails or an error occurs.


Last updated
Was this helpful?