Get Row Number by Text
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built Action located under the Table captured from the AUT Element, instructs the Avo Assure to retrieve the row number of the specified text present in the table and save the result in the given dynamic variable.
Input Value: <Text>
<Text> (Required)
Provide the specific text to be searched within the table rows.
Output Value
<Dynamic Variable> (Required)
This dynamic variable holds the row number where the specified text is found.
<Dynamic Variable> (Optional)
This variable save the result in the True or False
Example
Searches for a specific text in the table and retrieves its corresponding row number.
The Get Row Number by Text action takes the value from the Input Value column (e.g., Home Improvement Loan) and searches for that text within the table rows. If found, it returns the row number of the cell that contains the matched text and stores it in the {Row no} variable and the execution status is saved in the {Status} variable with the following possible values:
Ture – if the row number extracted successfully
False – if the text is not found or an error occurs