Skip to main content

Check/Uncheck

Selects or clears radio buttons and check boxes.

Input

  • Element: Use the UIElement variable returned by another activity.This property cannot be used alongside the Selector property. This field supports only UIElement variables.
    • Type: ArenaRobotics.Domain.Entities.UIElement
    • Required
  • Selector: Text property used to find a particular UI element when the activity is executed.It is actually a XML fragment specifying attributes of the GUI element you are looking for and of some of its parents.
    • Type: System.String
    • Required
  • Action: Specifies the exact action to be performed. The following options are available: Check - selects a check box or radio button. Toggle - changes the value of a toggle UI element.
    • Type: System.Int32
    • Dropdown Options:
      • Toggle
      • Check
      • Uncheck

Common

  • Timeout: The expected time for finding the item.
    • Type: System.Int32
    • Required
  • Delay After: Delay time (in milliseconds) after executing the activity. The default amount of time is 300 milliseconds.
    • Type: System.Int32
  • Delay Before: Delay time (in milliseconds) before the activity begins performing any operations. The default amount of time is 200 milliseconds.
    • Type: System.Int32