Enum Constant and Description |
---|
IGNORE_UNIMPORTANT_VIEWS |
KEY_INJECTION_DELAY |
NATIVE_WEB_TAP |
WAIT_ACTION_ACKNOWLEDGMENT_TIMEOUT |
WAIT_FOR_IDLE_TIMEOUT |
WAIT_FOR_SELECTOR_TIMEOUT |
WAIT_SCROLL_ACKNOWLEDGMENT_TIMEOUT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static Setting |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Setting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Setting IGNORE_UNIMPORTANT_VIEWS
public static final Setting WAIT_FOR_IDLE_TIMEOUT
public static final Setting WAIT_FOR_SELECTOR_TIMEOUT
public static final Setting WAIT_SCROLL_ACKNOWLEDGMENT_TIMEOUT
public static final Setting WAIT_ACTION_ACKNOWLEDGMENT_TIMEOUT
public static final Setting KEY_INJECTION_DELAY
public static final Setting NATIVE_WEB_TAP
public static Setting[] values()
for (Setting c : Setting.values()) System.out.println(c);
public static Setting valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<Setting>