Click on Table Cell
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 click on specific cell within a dynamic web table during debugging or execution, and the result is stored in a dynamic variable.
Input Value: <Row>;<Column>;<ObjectType>;<Index>
<Row> (Required)
Specify row number of the table cell to be clicked
<Column> (Required)
Specify column number of the table cell
<ObjectType> (Required)
Type of object inside the cell Object Type values must be one of the following: (e.g., textbox, button, link, img, checkbox, radiobutton, div, span ect., )
<Index> (Required)
Index of the object inside the cell (starting from 0)
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the status as True or False
Example
Performs a click action on a specific cell within a table based
The Click on Table Cell action takes the value from the Input Value column (e.g., 2;3;textbox;1) and performs a click on the specified cell in the table, based on the given row and column position, object type, and its index on the screen. The result of the click operation is stored in the {CellClick} variable, , with the following possible values:
True – if the cell is clicked successfully.
False – if the click fails or an error occurs