Subscribe

UiPath StudioX

The UiPath StudioX Guide

Check

UiPath.UIAutomationX.Activities.Check

Selects or clears a radio button or a check box. Must be added inside an Application Card activity.

In the Body of the Activity

  • Indicate Target - Indicate the radio button or check box to select or clear by moving the mouse to it and clicking the element.
  • After you indicate the target, click the Options Options button button and then select one of the available options to further configure your target.
    • Indicate Target - Indicate the target again.
    • Configure Target - Configure advanced options for the target.
    • Highlight Target - View the currently selected target on your display surrounded in a box.

Properties

Common

  • ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
  • Delay After - Delay (in milliseconds) between the time this activity is completed and the time the next activity begins any operations. The default value is 300 milliseconds. Adding a delay between activities ensures that one activity has enough time to complete before the next activity begins.
  • Delay Before - Delay (in milliseconds) between the time the previous activity is completed and the time this activity begins performing any operations. The default value is 200 milliseconds. Adding a delay between activities ensures that one activity has enough time to complete before the next activity begins.
  • Display Name - The name displayed for the activity in the Designer panel. A display name is automatically generated when you indicate a target.

Misc

  • Private - If selected, the data used by the activity is not saved to the StudioX logs when the project is executed.

Options

  • Action - Specifies the exact action to be performed. The following options are available: Check - selects a check box or radio button. Uncheck - clears a check box or radio button. Toggle - changes the value of a toggle UI element.

Updated 2 years ago


Check


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.