private static class Actions.BuiltAction
extends java.lang.Object
implements org.openqa.selenium.interactions.Action
Modifier and Type | Field and Description |
---|---|
private org.openqa.selenium.WebDriver |
driver |
private org.openqa.selenium.interactions.Action |
fallBack |
private java.util.Map<org.openqa.selenium.interactions.InputSource,org.openqa.selenium.interactions.Sequence> |
sequences |
Modifier | Constructor and Description |
---|---|
private |
BuiltAction(org.openqa.selenium.WebDriver driver,
java.util.Map<org.openqa.selenium.interactions.InputSource,org.openqa.selenium.interactions.Sequence> sequences,
org.openqa.selenium.interactions.Action fallBack) |
Modifier and Type | Method and Description |
---|---|
void |
perform() |
private final org.openqa.selenium.WebDriver driver
private final java.util.Map<org.openqa.selenium.interactions.InputSource,org.openqa.selenium.interactions.Sequence> sequences
private final org.openqa.selenium.interactions.Action fallBack