# Click on Table Cell

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.

### Syntax

**Input Value:** `<Row>;<Column>;<ObjectType>;<Index>`

| Argument                           | Description                                                                                                                                                                |
| ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>\<Row><br>(Required)</p>        | Specify row number of the table cell to be clicked                                                                                                                         |
| <p>\<Column><br>(Required)</p>     | Specify column number of the table cell                                                                                                                                    |
| <p>\<ObjectType><br>(Required)</p> | <p>Type of object inside the cell <br>Object Type values must be one of the following:<br> (e.g., textbox, button, link, img, checkbox, radiobutton, div, span ect., )</p> |
| <p>\<Index><br>(Required)</p>      | Index of the object inside the cell (starting from 0)                                                                                                                      |

#### Output Value

| Argument                                                    | Description                                                     |
| ----------------------------------------------------------- | --------------------------------------------------------------- |
| \<Dynamic Variable>(Optional);\<Dynamic Variable>(Optional) | This dynamic variable holds the status as **True** or **False** |

**Example**&#x20;

**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

<figure><img src="/files/18GaEFMV5Nb6YaYTVkeW" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/actions/web/table/click-on-table-cell.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
