Checkbox Control CV#

The block lets you check whether a checkbox is selected and, if necessary, check or uncheck it.

Selector[Selector] Identifier of the UI element.
Action

Selection of action.

Possible values:

  • Check - check;
  • Uncheck - uncheck;
  • Switch - toggle;
  • Verify - check and return the value.
Click Offset

Click Offset on the X coordinate.

Possible values:

  • Center - centered;
  • Left - left;
  • Right - right.
Process ID

[Link] Variable, in which the process identifier is stored. Indicates, which application should be worked 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 when the application was launched or the browser was opened, the application and browser tab will be determined from the content of the corresponding selector line.

The process ID can be obtained, for example, using the "Run 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.
Result[Boolean] Returns a bool value that shows the current state of the element, or its new state if it was toggled.
Error Handling Level

Selection of the 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

Selection of 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.