Activity «Click Java element» can be found in section «Java».
Activity simulates the mouse button click on the Java element.
Attention: The effect of activity with enabled programmatic click mode may differ from the effect of a real click (for example, context menu opening) and the robot will not process a right-click, but activity with disabled programmatic click mode will take over the cursor control from the user.
Click on the image to enlarge it.
Option; Description
With XPath; Click Java element using selector (XPath)
With Java element; Click specific previously found Java element on the screen
Property; Class; Type; Options; Description
Click Type; In; Activities.Desktop.Core.MouseClickType; *; (Activities.Desktop.Core.MouseClickType) - Mouse click type
XPath; In; String; With XPath; (System.String) - Path to the element on the screen described as XPath
Timeout (s); In; Int32; With XPath; (System.Int32) - Timeout for element search using selector (XPath). If the element won't be found within the specified period, it will trigger error (exception)
Element; In; Activities.Desktop.Core.UIElement; With Java element; (Activities.Desktop.Core.UIElement) - The element on which mouse should click
Programmatic click; In; Boolean; *; (System.Boolean) - Programmatic click mode (via Java Access Bridge API)