public final class MouseButton extends Object
TestObject#click(MouseButton.LEFT)
Modifier and Type | Field and Description |
---|---|
static int |
CENTER
Deprecated.
Since Silk Test 13.0 use MouseButton.MIDDLE instead
|
static int |
EXT1
Constant for extended mouse button 1, if exists.
|
static int |
EXT2
Constant for extended mouse button 2, if exists.
|
static int |
LEFT
Constant for left mouse button.
|
static int |
MIDDLE
Constant for middle (wheel) mouse button.
|
static int |
RIGHT
Constant for right mouse button.
|
Constructor and Description |
---|
MouseButton() |
public static final int LEFT
public static final int RIGHT
public static final int MIDDLE
public static final int CENTER
public static final int EXT1
public static final int EXT2
Copyright 2009-2012 Micro Focus. All Rights Reserved.