org.openqa.selenium.interactions.internal
Class MouseAction

java.lang.Object
  extended by org.openqa.selenium.interactions.internal.BaseAction
      extended by org.openqa.selenium.interactions.internal.MouseAction
Direct Known Subclasses:
ButtonReleaseAction, ClickAction, ClickAndHoldAction, ContextClickAction, DoubleClickAction, MoveMouseAction, MoveToOffsetAction

public class MouseAction
extends BaseAction

Base class for all mouse-related actions.


Field Summary
protected  Mouse mouse
           
 
Fields inherited from class org.openqa.selenium.interactions.internal.BaseAction
where
 
Constructor Summary
protected MouseAction(Mouse mouse, Locatable locationProvider)
           
 
Method Summary
protected  Coordinates getActionLocation()
           
protected  void moveToLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mouse

protected final Mouse mouse
Constructor Detail

MouseAction

protected MouseAction(Mouse mouse,
                      Locatable locationProvider)
Method Detail

getActionLocation

protected Coordinates getActionLocation()

moveToLocation

protected void moveToLocation()


Copyright © 2013. All Rights Reserved.