public enum W3CActions extends Enum<W3CActions>
| Enum Constant and Description |
|---|
KEY_DOWN |
KEY_UP |
PAUSE |
POINTER_CANCEL |
POINTER_DOWN |
POINTER_MOVE |
POINTER_UP |
| Modifier and Type | Method and Description |
|---|---|
static W3CActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static W3CActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final W3CActions KEY_DOWN
public static final W3CActions KEY_UP
public static final W3CActions PAUSE
public static final W3CActions POINTER_CANCEL
public static final W3CActions POINTER_DOWN
public static final W3CActions POINTER_MOVE
public static final W3CActions POINTER_UP
public static W3CActions valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static W3CActions[] values()
for (W3CActions c : W3CActions.values()) System.out.println(c);
Copyright © 2014-2018 jBrowserDriver committers.
Project homepage: https://github.com/machinepublishers/jbrowserdriver