Modifier and Type | Field and Description |
---|---|
protected ExecuteMethod |
executor |
Constructor and Description |
---|
RemoteMouse(ExecuteMethod executor) |
Modifier and Type | Method and Description |
---|---|
void |
click(Coordinates where) |
void |
contextClick(Coordinates where) |
void |
doubleClick(Coordinates where) |
void |
mouseDown(Coordinates where) |
void |
mouseMove(Coordinates where) |
void |
mouseMove(Coordinates where,
long xOffset,
long yOffset) |
void |
mouseUp(Coordinates where) |
protected void |
moveIfNeeded(Coordinates where) |
protected Map<String,Object> |
paramsFromCoordinates(Coordinates where) |
protected final ExecuteMethod executor
public RemoteMouse(ExecuteMethod executor)
protected Map<String,Object> paramsFromCoordinates(Coordinates where)
protected void moveIfNeeded(Coordinates where)
public void click(Coordinates where)
public void contextClick(Coordinates where)
contextClick
in interface Mouse
public void doubleClick(Coordinates where)
doubleClick
in interface Mouse
public void mouseDown(Coordinates where)
public void mouseUp(Coordinates where)
public void mouseMove(Coordinates where)
public void mouseMove(Coordinates where, long xOffset, long yOffset)
Copyright © 2016. All rights reserved.