MouseClickType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The different types of mouse events to perform.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public enum MouseClickType
Members

  Member nameValueDescription
LeftClick0 A left mouse button click.
RightClick1 A right mouse button click.
MiddleClick2 A middle mouse button click.
LeftDoubleClick3 A left mouse button double-click.
LeftDown4 A single left mouse button down.
LeftUp5 A single left mouse button up.
RightDown6 A single right mouse button down.
RightUp7 A single right mouse button up.
MiddleDown8 A single middle mouse button down.
MiddleUp9 A single middle mouse button up.
Wheel10 A mouse wheel move.
See Also

Reference