org.openqa.selenium.interactions
Class MoveToOffsetAction

java.lang.Object
  extended by org.openqa.selenium.interactions.internal.BaseAction
      extended by org.openqa.selenium.interactions.internal.MouseAction
          extended by org.openqa.selenium.interactions.MoveToOffsetAction
All Implemented Interfaces:
Action

public class MoveToOffsetAction
extends MouseAction
implements Action

Move the mouse to a location within the element provided. The coordinates provided specify the offset from the top-left corner of the element.


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

Constructor Detail

MoveToOffsetAction

public MoveToOffsetAction(Mouse mouse,
                          Locatable locationProvider,
                          int x,
                          int y)
Method Detail

perform

public void perform()
Specified by:
perform in interface Action


Copyright © 2012. All Rights Reserved.