Skip to content

Click to Check Box: CHECK

The Click to Check Box action is used to select or “check” a checkbox in web applications and desktop applications. This action automates marking a checkbox as selected, ensuring that certain options or settings are enabled during process automation or test execution.

Examples of usage:

  • Example 1: Use the Check action to select a “Remember Me” checkbox on a login page.

Steps to configure:

  1. Select Click to Check Box from the Action drop-down.
  2. In the Screen Name field, enter the screen where the checkbox is located.
  3. In the Element Key field, select the checkbox element you want to check.
  4. The Parameters section is not needed for this action.
  5. Click Save.

Note: While the steps for adding an Action are identical in both views, the display of the steps changes:

Tabular View
Card View

Note: Ensure that the Screen Name and Element Key are already defined before using this action.

Expected Outcome on Execution: The specified checkbox will be checked or selected on the page.

Back To Top