# Mouse Click on a Cell in 1C Table

Mouse click on a cell in the 1C table.

<table data-header-hidden><thead><tr><th width="197"></th><th></th></tr></thead><tbody><tr><td>Selector</td><td>[Selector] User interface element identifier</td></tr><tr><td>Action</td><td>Select action: left click, double click, right click, hover</td></tr><tr><td>Row</td><td>[Number] Row number in the table. Numbering starts from 0</td></tr><tr><td>Column</td><td>[Number] Column number in the table. Numbering starts from 0</td></tr><tr><td>Process ID</td><td>[Link] Variable that stores the process identifier. Indicates which application to work with. If the specified application is minimized or its window is covered by other windows, it will be brought to the foreground. When working with browsers, the process ID additionally specifies the specific browser tab that the block should work with. If the property is left empty, or if the process ID variable was not previously assigned at the time of launching the application or opening the browser, the application and browser tab will be determined from the contents of the corresponding row of the selector. The process ID can be obtained, for example, using the Launch Application or Get Process blocks.</td></tr><tr><td>Delay Before</td><td>[Number] Delay in seconds before executing the block</td></tr><tr><td>Delay After</td><td>[Number] Delay in seconds after executing the block</td></tr><tr><td>Timeout</td><td>[Number] Maximum wait time for the specified element in seconds</td></tr><tr><td>X Offset</td><td>[Number] Relative click offset on the X coordinate from the top left corner of the element</td></tr><tr><td>Y Offset</td><td>[Number] Relative click offset on the Y coordinate from the top left corner of the element</td></tr><tr><td>Quick Method</td><td>Allows specifying whether to use the quick method for detecting the cell. Can be used if cell searching is used in the first row</td></tr><tr><td>Error Handling Level</td><td><p>Select error handling level. Possible values:</p><ul><li>"Default" - default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used</p></td></tr><tr><td>Message Level</td><td><p>Select the message level that blocks will output during operation. Possible values:</p><ul><li>"Default" - default;</li><li>"Release" - output disabled;</li><li>"Debug" - main information output;</li><li>"Detailed" - detailed information output.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used</p></td></tr><tr><td>Error Text</td><td>[Text] Returns detailed information about the error in case of incorrect execution of the block</td></tr></tbody></table>


---

# 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.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/1s-1c-automation/klik-myshkoi-po-yacheike-v-tablice-1s-1ctablecellclick.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.
