@Deprecated public class MoveToOffsetAction extends MouseAction implements org.openqa.selenium.interactions.Action
MouseAction.Button
mouse
where
Constructor and Description |
---|
MoveToOffsetAction(org.openqa.selenium.interactions.Mouse mouse,
org.openqa.selenium.interactions.internal.Locatable locationProvider,
int x,
int y)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<org.openqa.selenium.interactions.Interaction> |
asInteractions(PointerInput mouse,
KeyInput keyboard)
Deprecated.
|
void |
perform()
Deprecated.
|
getActionLocation, moveToLocation, moveToLocation
getTargetElement
public MoveToOffsetAction(org.openqa.selenium.interactions.Mouse mouse, org.openqa.selenium.interactions.internal.Locatable locationProvider, int x, int y)
public void perform()
perform
in interface org.openqa.selenium.interactions.Action
public java.util.List<org.openqa.selenium.interactions.Interaction> asInteractions(PointerInput mouse, KeyInput keyboard)
asInteractions
in interface IsInteraction