Get Text from Object
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 fetch the text from the table cell and save the results in the dynamic variable.
Input Value:<Row>;<Col>;<Object Type>;<Index>
<Row> (Required)
Row number of the specified table cell
<Col> (Required)
Column number of the specified table cell
<Object Type> (Required)
Type of object inside the cell (e.g., input)
<Index> (Required)
Element index of the object within the cell
Output Value
<Dynamic Variable> (Optional)
This dynamic variable stores the fetched value from the table cell
<Dynamic Variable> (Optional)
This dynamic variable holds the status of the action as True or False
Example
Fetches the value from a textbox within a specified cell of a table.
The Get Text from Object action takes the input from the Input Value column (e.g., 2;2;input;1) and retrieves the value from the textbox located in the specified table cell. The result is stored in the {Cell Data} variable, and the execution status is saved in the {Status} variable with the following possible values:
True – if the data retrieves successfully
False – if the data in not retrieves