Mouse Click on a Cell in 1C Table#

Mouse click on a cell in the 1C table.

Selector[Selector] User interface element identifier
ActionSelect action: left click, double click, right click, hover
Row[Number] Row number in the table. Numbering starts from 0
Column[Number] Column number in the table. Numbering starts from 0
Process ID[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.
Delay Before[Number] Delay in seconds before executing the block
Delay After[Number] Delay in seconds after executing the block
Timeout[Number] Maximum wait time for the specified element in seconds
X Offset[Number] Relative click offset on the X coordinate from the top left corner of the element
Y Offset[Number] Relative click offset on the Y coordinate from the top left corner of the element
Quick MethodAllows specifying whether to use the quick method for detecting the cell. Can be used if cell searching is used in the first row
Error Handling Level

Select error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used

Message Level

Select the message level that blocks will output during operation. Possible values:

  • "Default" - default;
  • "Release" - output disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block