Double 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 double-click operation on the table cell specified 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 double click operation on a specified table cell
The double click cell action takes the value from the Input Value column (e.g., 1;1) and identifies the cell using the specified row and column numbers. It then performs a double click action on that cell.

Last updated
Was this helpful?