|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.interactions.internal.BaseAction
org.openqa.selenium.interactions.internal.MouseRelatedAction
org.openqa.selenium.interactions.MoveToOffsetAction
public class MoveToOffsetAction
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.MouseRelatedAction |
---|
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.MouseRelatedAction |
---|
getActionLocation, moveToLocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MoveToOffsetAction(Mouse mouse, Locatable locationProvider, int x, int y)
Method Detail |
---|
public void perform()
perform
in interface Action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |