org.openqa.selenium.remote
Class RemoteWebDriver.RemoteMouse
java.lang.Object
org.openqa.selenium.remote.RemoteWebDriver.RemoteMouse
- All Implemented Interfaces:
- Mouse
- Enclosing class:
- RemoteWebDriver
public class RemoteWebDriver.RemoteMouse
- extends Object
- implements Mouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteWebDriver.RemoteMouse
public RemoteWebDriver.RemoteMouse()
click
public void click(Coordinates where)
- Specified by:
click
in interface Mouse
contextClick
public void contextClick(Coordinates where)
- Specified by:
contextClick
in interface Mouse
doubleClick
public void doubleClick(Coordinates where)
- Specified by:
doubleClick
in interface Mouse
mouseDown
public void mouseDown(Coordinates where)
- Specified by:
mouseDown
in interface Mouse
mouseUp
public void mouseUp(Coordinates where)
- Specified by:
mouseUp
in interface Mouse
mouseMove
public void mouseMove(Coordinates where)
- Specified by:
mouseMove
in interface Mouse
mouseMove
public void mouseMove(Coordinates where,
long xOffset,
long yOffset)
- Specified by:
mouseMove
in interface Mouse
Copyright © 2011. All Rights Reserved.