Get Cell Value
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the Table captured from the AUT Element Name. It instructs the Avo Assure Client to extract the value of the specific cell in the table and save the result in the given output variable.
Input: <row>;<col>
For above syntax user needs to provide row number and column number of which table cell user wants to fetch the value.
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
In the finance web application, users can view detailed invoices in a table format. Each invoice has multiple rows with data such as invoice ID, date, client name, and the total amount. The goal is to extract the "Total Amount" from a specific invoice row to verify that the correct data is displayed for that invoice. This can be automated using the "Get Cell Value" Action.
5;10
The Get Cell Value Action should retrieve the value of the cell as $1,250.00 and save it in the {result} Output Variable.
The Get Cell Value Action is retrieving the value of the cell whose details is given as Row and column and save it in the {result} output variable as $1,250.00, which can be utilized for display or other purposes.