public enum AndroidAtoms extends java.lang.Enum<AndroidAtoms>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static AndroidAtoms |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AndroidAtoms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AndroidAtoms EXECUTE_ASYNC_SCRIPT
public static final AndroidAtoms EXECUTE_SCRIPT
public static final AndroidAtoms ACTIVE_ELEMENT
public static final AndroidAtoms CLEAR
public static final AndroidAtoms CLEAR_LOCAL_STORAGE
public static final AndroidAtoms CLEAR_SESSION_STORAGE
public static final AndroidAtoms CLICK
public static final AndroidAtoms DEFAULT_CONTENT
public static final AndroidAtoms FIND_ELEMENT
public static final AndroidAtoms FIND_ELEMENTS
public static final AndroidAtoms FRAME_BY_ID_OR_NAME
public static final AndroidAtoms FRAME_BY_INDEX
public static final AndroidAtoms GET_ATTRIBUTE_VALUE
public static final AndroidAtoms GET_FRAME_WINDOW
public static final AndroidAtoms GET_LOCAL_STORAGE_ITEM
public static final AndroidAtoms GET_LOCAL_STORAGE_KEYS
public static final AndroidAtoms GET_LOCAL_STORAGE_SIZE
public static final AndroidAtoms GET_SESSION_STORAGE_ITEM
public static final AndroidAtoms GET_SESSION_STORAGE_KEYS
public static final AndroidAtoms GET_SESSION_STORAGE_SIZE
public static final AndroidAtoms GET_SIZE
public static final AndroidAtoms GET_TEXT
public static final AndroidAtoms GET_TOP_LEFT_COORDINATES
public static final AndroidAtoms GET_VALUE_OF_CSS_PROPERTY
public static final AndroidAtoms IS_DISPLAYED
public static final AndroidAtoms IS_ENABLED
public static final AndroidAtoms IS_SELECTED
public static final AndroidAtoms REMOVE_LOCAL_STORAGE_ITEM
public static final AndroidAtoms REMOVE_SESSION_STORAGE_ITEM
public static final AndroidAtoms SET_LOCAL_STORAGE_ITEM
public static final AndroidAtoms SET_SESSION_STORAGE_ITEM
public static final AndroidAtoms SUBMIT
public static final AndroidAtoms GET_APPCACHE_STATUS
public static AndroidAtoms[] values()
for (AndroidAtoms c : AndroidAtoms.values()) System.out.println(c);
public static AndroidAtoms 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 getValue()
public java.lang.String toString()
toString
in class java.lang.Enum<AndroidAtoms>