public enum AndroidAtoms extends Enum<AndroidAtoms>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
String |
toString() |
static AndroidAtoms |
valueOf(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_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(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 String getValue()
public String toString()
toString in class Enum<AndroidAtoms>Copyright © 2013. All Rights Reserved.