Get Column Number of Input Text
This is pre-built Action located under the Table captured from the AUT Element Name, instructs Avo Assure to fetch the input text's column number in the grid and save the result in the dynamic variable.
Syntax
Input Value: <text>;<header/body>(optional);<left/right>(optional);<col_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> (Required)
This variable stores the column number
<Dynamic Variable> (Optional)
This variable stores the status as true or false
Example
Identifies the column number containing a specified input text The Get Column Number of Input Text action locates the column in a table that contains the specified text using the input value format (e.g., Loan Type;header). In this case, Loan Type is the text to search, and header defines the section of the table to look into. The resulting column number is stored in the {ColumnNo} variable, while the execution status is stored in the {Status} variable, with the following possible values:
True – if the column is found successfully.
False – if the column is not found or an error occurs.


Last updated
Was this helpful?