|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GrapheneConfiguration.TimeoutType>
org.jboss.arquillian.ajocado.framework.GrapheneConfiguration.TimeoutType
public static enum GrapheneConfiguration.TimeoutType
Type of selenium timeout
| Enum Constant Summary | |
|---|---|
AJAX
Waiting for AJAX operations (computational intensive server operations) |
|
DEFAULT
Default waiting set in Selenium API |
|
GUI
Waiting for GUI operations, such as rendering |
|
MODEL
Waiting for Model change operations (computational intensive server operations) |
|
| Method Summary | |
|---|---|
int |
getDefaultTimeout()
Returns the value of default timeout for given type |
static GrapheneConfiguration.TimeoutType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GrapheneConfiguration.TimeoutType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GrapheneConfiguration.TimeoutType DEFAULT
public static final GrapheneConfiguration.TimeoutType GUI
public static final GrapheneConfiguration.TimeoutType AJAX
public static final GrapheneConfiguration.TimeoutType MODEL
| Method Detail |
|---|
public static GrapheneConfiguration.TimeoutType[] values()
for (GrapheneConfiguration.TimeoutType c : GrapheneConfiguration.TimeoutType.values()) System.out.println(c);
public static GrapheneConfiguration.TimeoutType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int getDefaultTimeout()
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||