Click cell
This is a pre-built action available under the Captured Table Element from the Desktop Application. The functionality of this action in Avo Assure is to perform a click operation on the table cell as given in the input value.
Syntax
Input Value: <Row>:<Column>
<Row>
(Required)
Specify the row number, where the action should be preform
<Column>
(Required)
Specify the column number, where the action should be preform
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the status of the action as True or False.
Example
Performs click operation on a specified table cell
The Click cell action takes the value from the Input Value column (e.g., 2;4) and identifies the cell using the specified row and column numbers. It then performs a click action on that cell.

Last updated
Was this helpful?