public static enum ActionObject.ACTION extends Enum<ActionObject.ACTION>
| Enum Constant and Description |
|---|
BUTTON |
BUTTON_WAIT_FIRST_ELEMENT |
FIELD |
OPTIONAL_BUTTON |
OPTIONAL_CLICK_AND_EXPECT |
OPTIONAL_FIELD |
SUBMIT |
VERIFY_TEXT |
WAIT_EITHER_ELEMENT |
WAIT_ELEMENT |
| Modifier and Type | Method and Description |
|---|---|
static ActionObject.ACTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionObject.ACTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionObject.ACTION FIELD
public static final ActionObject.ACTION SUBMIT
public static final ActionObject.ACTION BUTTON
public static final ActionObject.ACTION OPTIONAL_BUTTON
public static final ActionObject.ACTION OPTIONAL_FIELD
public static final ActionObject.ACTION BUTTON_WAIT_FIRST_ELEMENT
public static final ActionObject.ACTION WAIT_ELEMENT
public static final ActionObject.ACTION WAIT_EITHER_ELEMENT
public static final ActionObject.ACTION VERIFY_TEXT
public static final ActionObject.ACTION OPTIONAL_CLICK_AND_EXPECT
public static ActionObject.ACTION[] values()
for (ActionObject.ACTION c : ActionObject.ACTION.values()) System.out.println(c);
public static ActionObject.ACTION 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 nullCopyright © 2022. All rights reserved.