AIWOZO.Core.WebAutomation.Click
- Click activity is used for clicking a specified UI element in a webpage.
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 except the Title
- Title (InArgument<String>)- Only capture the title property of the UI element.
Misc
- 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.
Option
- Activate (Boolean) – When selected, the ongoing click is focused and opened in the foreground.
- SimulateClick (Boolean) – When this option is selected, it simulates the click of the UI element by using the technology of the target application.