org.openqa.selenium.interactions
Class MoveToOffsetAction
java.lang.Object
org.openqa.selenium.interactions.internal.BaseAction
org.openqa.selenium.interactions.internal.MouseRelatedAction
org.openqa.selenium.interactions.MoveToOffsetAction
- All Implemented Interfaces:
- Action
public class MoveToOffsetAction
- extends MouseRelatedAction
- 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.
Fields inherited from class org.openqa.selenium.interactions.internal.BaseAction |
where |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoveToOffsetAction
public MoveToOffsetAction(Mouse mouse,
Locatable locationProvider,
int x,
int y)
perform
public void perform()
- Specified by:
perform
in interface Action
Copyright © 2011. All Rights Reserved.