public abstract class MouseAction extends BaseAction implements IsInteraction
Modifier and Type | Class and Description |
---|---|
static class |
MouseAction.Button |
Modifier and Type | Field and Description |
---|---|
protected org.openqa.selenium.interactions.Mouse |
mouse |
where
Modifier | Constructor and Description |
---|---|
protected |
MouseAction(org.openqa.selenium.interactions.Mouse mouse,
org.openqa.selenium.internal.Locatable locationProvider) |
Modifier and Type | Method and Description |
---|---|
protected org.openqa.selenium.interactions.internal.Coordinates |
getActionLocation() |
protected void |
moveToLocation() |
protected void |
moveToLocation(PointerInput mouse,
com.google.common.collect.ImmutableList.Builder<org.openqa.selenium.interactions.Interaction> interactions) |
getTargetElement
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asInteractions
protected MouseAction(org.openqa.selenium.interactions.Mouse mouse, org.openqa.selenium.internal.Locatable locationProvider)
protected org.openqa.selenium.interactions.internal.Coordinates getActionLocation()
protected void moveToLocation()
protected void moveToLocation(PointerInput mouse, com.google.common.collect.ImmutableList.Builder<org.openqa.selenium.interactions.Interaction> interactions)