Click Cell IRIS
This is a pre-built action available under the Captured Table Element from the Desktop Application using the IRIS method. The functionality of this action in Avo Assure is to perform a click operation on the specified cell of a table.
Note: For better execution results, capture a constant element using Ctrl and left mouse click, and select the required area.
Syntax
Input Value: <Row>;<Col>;<option>(optional)
<Row>(Required)
Enter the row number of the cell to click
<Col>(Required)
Provide the column number of the cell to click
<option>(Optional)
Provide the value as 1.
Note: This is used when the table has cells of equal height. This helps IRIS read the table properly when it cannot detect the cell height clearly due to pixelation or unclear display.
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds result as True or False.
Example 1
Performs a click on the cell at row 3, column 2.
The Click Cell IRIS action takes the value from the Input Value column (e.g., 3;2), which represents the row and column of the target cell. It performs a click on the specified cell using the IRIS method.

Example 2
Performs a click on a specific cell within a table element in the Desktop application
The Click Cell IRIS action takes the value from the Input Value column in the format (e.g., 3;2;1). It performs a click on the specified cell using the IRIS method.

Last updated
Was this helpful?