private static class PointerInput.PointerPress
extends org.openqa.selenium.interactions.Interaction
implements org.openqa.selenium.interactions.Encodable
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
PointerInput.PointerPress.Direction |
| Modifier and Type | Field and Description |
|---|---|
private int |
button |
private PointerInput.PointerPress.Direction |
direction |
| Constructor and Description |
|---|
PointerPress(org.openqa.selenium.interactions.InputSource source,
PointerInput.PointerPress.Direction direction,
int button) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
encode() |
private final PointerInput.PointerPress.Direction direction
private final int button
public PointerPress(org.openqa.selenium.interactions.InputSource source,
PointerInput.PointerPress.Direction direction,
int button)