Activity «UI click» can be found in section «Windows».
Activity simulates the mouse button click on the element, or on the screen using coordinates. Attention! Activity will take over the cursor control from the user.
Нажмите на изображение, чтобы увеличить его.
Property; Class; Type; Options; Description
Click Type; In; Activities.Desktop. Core. MouseClickType; *; Mouse click type
X coordinate; In; Double; With the coordinates; Axis X screen coordinates
Y coordinate; In; Double; With the coordinates; Axis Y screen coordinates
XPath; In; String; With XPath; Path to the element on the screen described as XPath.
Timeout (s); In; Int32; With XPath; 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 UI element; The element on which mouse should click
Focus before click; In; Boolean; With XPath, With UI element; Focus on the element before click
X offset (%); In; Int32; With XPath, With UI element; Percentage offset of the cursor along the X axis from the upper left corner.
Y offset (%); In; Int32; With XPath, With UI element; Percentage offset of the cursor along the Y axis from the upper left corner.
Option; Description
With the coordinates; Click screen using the coordinates
With XPath; Click element using selector (XPath)
With UI element; Click specific previously found element on the screen