org.openqa.selenium.android.library
Enum AndroidAtoms
java.lang.Object
java.lang.Enum<AndroidAtoms>
org.openqa.selenium.android.library.AndroidAtoms
- All Implemented Interfaces:
- Serializable, Comparable<AndroidAtoms>
public enum AndroidAtoms
- extends Enum<AndroidAtoms>
The WebDriver atoms are used to ensure consistent behaviour cross-browser.
FIND_ELEMENT
public static final AndroidAtoms FIND_ELEMENT
FIND_ELEMENTS
public static final AndroidAtoms FIND_ELEMENTS
GET_TEXT
public static final AndroidAtoms GET_TEXT
IS_SELECTED
public static final AndroidAtoms IS_SELECTED
GET_TOP_LEFT_COORDINATES
public static final AndroidAtoms GET_TOP_LEFT_COORDINATES
GET_ATTRIBUTE_VALUE
public static final AndroidAtoms GET_ATTRIBUTE_VALUE
GET_SIZE
public static final AndroidAtoms GET_SIZE
GET_VALUE_OF_CSS_PROPERTY
public static final AndroidAtoms GET_VALUE_OF_CSS_PROPERTY
IS_ENABLED
public static final AndroidAtoms IS_ENABLED
CLEAR
public static final AndroidAtoms CLEAR
IS_DISPLAYED
public static final AndroidAtoms IS_DISPLAYED
SUBMIT
public static final AndroidAtoms SUBMIT
FRAME_BY_ID_OR_NAME
public static final AndroidAtoms FRAME_BY_ID_OR_NAME
FRAME_BY_INDEX
public static final AndroidAtoms FRAME_BY_INDEX
DEFAULT_CONTENT
public static final AndroidAtoms DEFAULT_CONTENT
GET_FRAME_WINDOW
public static final AndroidAtoms GET_FRAME_WINDOW
ACTIVE_ELEMENT
public static final AndroidAtoms ACTIVE_ELEMENT
SET_LOCAL_STORAGE_ITEM
public static final AndroidAtoms SET_LOCAL_STORAGE_ITEM
GET_LOCAL_STORAGE_ITEM
public static final AndroidAtoms GET_LOCAL_STORAGE_ITEM
GET_LOCAL_STORAGE_KEYS
public static final AndroidAtoms GET_LOCAL_STORAGE_KEYS
REMOVE_LOCAL_STORAGE_ITEM
public static final AndroidAtoms REMOVE_LOCAL_STORAGE_ITEM
CLEAR_LOCAL_STORAGE
public static final AndroidAtoms CLEAR_LOCAL_STORAGE
GET_LOCAL_STORAGE_SIZE
public static final AndroidAtoms GET_LOCAL_STORAGE_SIZE
SET_SESSION_STORAGE_ITEM
public static final AndroidAtoms SET_SESSION_STORAGE_ITEM
GET_SESSION_STORAGE_ITEM
public static final AndroidAtoms GET_SESSION_STORAGE_ITEM
GET_SESSION_STORAGE_KEYS
public static final AndroidAtoms GET_SESSION_STORAGE_KEYS
REMOVE_SESSION_STORAGE_ITEM
public static final AndroidAtoms REMOVE_SESSION_STORAGE_ITEM
CLEAR_SESSION_STORAGE
public static final AndroidAtoms CLEAR_SESSION_STORAGE
GET_SESSION_STORAGE_SIZE
public static final AndroidAtoms GET_SESSION_STORAGE_SIZE
EXECUTE_SCRIPT
public static final AndroidAtoms EXECUTE_SCRIPT
values
public static AndroidAtoms[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AndroidAtoms c : AndroidAtoms.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AndroidAtoms valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getValue
public String getValue()
toString
public String toString()
- Overrides:
toString in class Enum<AndroidAtoms>
get
public static String get(String key)
Copyright © 2012. All Rights Reserved.