public abstract class KeysRelatedAction extends BaseAction implements IsInteraction
Modifier and Type | Field and Description |
---|---|
protected org.openqa.selenium.interactions.Keyboard |
keyboard |
protected org.openqa.selenium.interactions.Mouse |
mouse |
where
Modifier | Constructor and Description |
---|---|
protected |
KeysRelatedAction(org.openqa.selenium.interactions.Keyboard keyboard,
org.openqa.selenium.interactions.Mouse mouse,
org.openqa.selenium.interactions.internal.Locatable locationProvider) |
Modifier and Type | Method and Description |
---|---|
protected void |
focusOnElement() |
protected void |
optionallyClickElement(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 final org.openqa.selenium.interactions.Keyboard keyboard
protected final org.openqa.selenium.interactions.Mouse mouse
protected KeysRelatedAction(org.openqa.selenium.interactions.Keyboard keyboard, org.openqa.selenium.interactions.Mouse mouse, org.openqa.selenium.interactions.internal.Locatable locationProvider)
protected void focusOnElement()
protected void optionallyClickElement(PointerInput mouse, com.google.common.collect.ImmutableList.Builder<org.openqa.selenium.interactions.Interaction> interactions)