Enumerations

Keys

Enumeration with all pressable keys that can be used with IKeyboard methods such as Press or Down.

MouseButton

Defines supported mouse buttons. Can be combined with OR. (e.g. to click with both left and right mouse buttons at the same time Mouse.Click( point, MouseButton.Left | MouseButton.Right)).

Namespace: Progile.ATE.TestFramework Syntax:

[FlagsAttribute]
public enum MouseButton

ScrollDirection

Defines possible directions for the scroll wheel. Note that not all connection types (e.g. VNC servers) will support scrolling left and right.

Namespace: Progile.ATE.TestFramework Syntax:

[FlagsAttribute]
public enum MouseButton

Last updated