This section in UI Automation allows you to automate interactions with the user interface using mouse actions. It provides functionalities to simulate clicks, double-clicks, and hover events, enabling you to control application elements as if a user were physically interacting with them.
The Mouse activity has the following sub activities:
Click: This activity helps the user to click the specified UI element.
OptionsProperties:
Mouse Button: Click action by the mouse button (left or right).
Simulate Click: Stimulates a mouse click on an element.
Cursor Position: Displacement of the cursor position according to the option selected from the drop-down (Center, TopLeft, TopRight, BottomLeft, BottomRight).
OffsetX: “X” coordinates to shift the action location relative to the CursorPosition.
OffsetY: “Y” coordinates to shift the action location relative to the CursorPosition.
Double Click: This activity will help the user to double-click a particular UI Element.
OptionsProperties:
Mouse Button: Click action by the mouse button (left or right).
Simulate Click: Stimulates a mouse click on an element.
Cursor Position: Displacement of the cursor position according to the option selected from the drop-down (Center, TopLeft, TopRight, BottomLeft, BottomRight).
OffsetX: “X” coordinates to shift the action location relative to the CursorPosition.
OffsetY: “Y” coordinates to shift the action location relative to the CursorPosition.
Hover: This activity involves hovering the cursor over the indicated UI element.