CheckBox Management#

The block manages a CheckBox element. It allows you to enable, disable, toggle, and get the current state.

Selector [Selector] User Interface Element Identifier
Action

Select an action. Possible values:

  • Check - enable;
  • Uncheck - disable;
  • Switch - toggle;
  • Verify - check and return the value
Click Offset

Click offset by X coordinate. Possible values:

  • Center - center;
  • Left - left;
  • Right - right
Process ID [Link] A variable that stores the process ID. 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 content of the corresponding selector line. 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
Result [Boolean] Returns a bool value that shows the current state of the element or its new state if a toggle was performed
Error Handling Level

Select the error handling level. Possible values:

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

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

Message Level

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

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

If "Default" is selected, the value of 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