public class AutomationMouse extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AutomationMouse()
Constructor for the AutomationMouse
|
| Modifier and Type | Method and Description |
|---|---|
void |
doubleLeftClick()
Double clicks the left mouse.
|
static AutomationMouse |
getInstance()
Gets the instance
|
void |
leftClick()
Clicks the left mouse button
|
void |
rightClick()
Clicks the right mouse button
|
void |
setLocation(int x,
int y)
Moves mouse pointer to given screen coordinates.
|
public static final AutomationMouse getInstance()
public void setLocation(int x,
int y)
x - X positiony - Y positionpublic void leftClick()
public void doubleLeftClick()
public void rightClick()
Copyright © 2016. All rights reserved.