# 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>`&#x20;

<table><thead><tr><th>Input</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td><p>&#x3C;Row></p><p>(Required)</p></td><td>Specify the row number, where the action should be preform</td><td></td></tr><tr><td><p>&#x3C;Column></p><p>(Required)</p></td><td>Specify the column number, where the action should be preform</td><td></td></tr></tbody></table>

**Output Value:**&#x20;

| Argument                                                    | Description                                                                    |
| ----------------------------------------------------------- | ------------------------------------------------------------------------------ |
| \<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.

<figure><img src="/files/YTzwWjjH8Lr8y9BGMumH" 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/desktop/table/double-click-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.
