Click
Clicks selected point.
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
- Type:
- Simulate Click: Uses accessibility APIs for interaction, suitable for browsers, Java apps, and SAP. More reliable than Hardware Events, works even if the app is not in focus. Supports only Single click and Left mouse button. Test to ensure compatibility with your app.
- Type:
System.Boolean
- Type:
- 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
- Type:
- ClickType: Specifies the type of mouse click (single, double) used when simulating the click event. By default, single click is selected.
- Type:
System.Int32 - Dropdown Options:
- Single
- Double
- Type:
- MouseButton: The mouse button(left, middle, right) used for click action. By default the left mouse button is selected.
- Type:
System.Int32 - Dropdown Options:
- Left
- Middle
- Right
- Type:
Options
- Bring the Window to the Foreground: Before clicking, always bring the window containing the element to the foreground.
- Type:
System.Boolean
- Type:
Common
- Delay After: Delay time (in milliseconds) after executing the activity. The default amount of time is 300 milliseconds.
- Type:
System.Int32
- Type:
- Timeout: The expected time for finding the item.
- Type:
System.Int32 - Required
- Type:
- Delay Before: Delay time (in milliseconds) before the activity begins performing any operations. The default amount of time is 200 milliseconds.
- Type:
System.Int32
- Type: