public abstract class KeysRelatedAction extends BaseAction
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.internal.Locatable locationProvider) |
Modifier and Type | Method and Description |
---|---|
protected void |
focusOnElement() |
getTargetId
protected final org.openqa.selenium.interactions.Keyboard keyboard
protected final org.openqa.selenium.interactions.Mouse mouse