1. Home
  2. Docs
  3. UI Automation
  4. Click

Click

AIWOZO.Core.UIAutomation.Click

  • Click activity is used for clicking a specified UI element in a window.

Properties

       Input

  • ClickType – Select the required click option from CLICK_SINGLE, CLICK_DOUBLE, CLICK_DOWN, CLICK_UP.
  • MouseButton – Select the required mouse button option from BTN_LEFT, BTN_RIGHT, BTN_MIDDLE.
  • Selector (InArgument<String>) – Capture all the text property for finding a particular UI element.

      Misc

  • Activate (Boolean) – When selected, the ongoing click is focused and opened in the foreground.
  • DisplayName (String) – To set a meaningful name according to the user.
  • Screenshot (String) – Path of the screenshot taken of the UI element in which the click is performed.
  • SimulateClick (Boolean) – When this option is selected, it simulates the click of the UI element by using the technology of the target application.