|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OperaIntervals>
com.opera.core.systems.scope.internal.OperaIntervals
public enum OperaIntervals
Enumerator for delay values in milliseconds.
| Enum Constant Summary | |
|---|---|
BACKWARDS_COMPATIBLE
|
|
DEFAULT_RESPONSE_TIMEOUT
|
|
HANDSHAKE_TIMEOUT
The handshake timeout defines how long the Scope server (OperaDriver) should wait for a connection from a client (Opera) before shutting down. |
|
IMPLICIT_WAIT
An implicit wait is to tell WebDriver to poll the DOM for a certain amount of time when trying to find an element or elements if they are not immediately available. |
|
KILL_GRACE_TIMEOUT
|
|
LAUNCHER_TIMEOUT
After starting the launcher we need to wait for the launcher to connect to our listener. |
|
MENU_EVENT_TIMEOUT
|
|
MULTIPLE_CLICK_SLEEP
When clicking several times in a row (e.g. |
|
OPERA_IDLE_TIMEOUT
|
|
PAGE_LOAD_TIMEOUT
The page load timeout specifies how long the driver waits for a page to finish loading before returning the control to the user. |
|
POLL_INTERVAL
|
|
PROCESS_START_SLEEP
If programs such as the launcher exits immediately with an improper exit value (> 0) we can assume something went wrong during initialization. |
|
QUIT_POLL_INTERVAL
|
|
QUIT_RESPONSE_TIMEOUT
|
|
RESPONSE_TIMEOUT
The response timeout specifies for how long OperaDriver should wait before timing out when it has not received a callback confirmation message from Scope after executing a command. |
|
SCRIPT_RETRY_INTERVAL
The interval at which an ECMAScript should be attempted reevaluated in the case of it for some reason failing. |
|
SCRIPT_TIMEOUT
Sets the amount of time to wait for an asynchronous script to finish execution before throwing an error. |
|
SERVER_DEFAULT_PORT
The default Opera debug proxy server port for OperaDriver to connect to. |
|
SERVER_DEFAULT_PORT_IDENTIFIER
For backwards compatibility with Operas without -debugproxy support, if the user
specifies -1 as the port it will use the default server proxy port specified in SERVER_DEFAULT_PORT. |
|
SERVER_RANDOM_PORT_IDENTIFIER
For backwards compatibility with Operas without -debugproxy support, if the user
specifies 0 as the port it will use a random port. |
|
WINDOW_EVENT_TIMEOUT
|
|
| Method Summary | |
|---|---|
long |
getValue()
|
void |
setValue(long value)
|
static String |
toList()
|
String |
toString()
|
static OperaIntervals |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OperaIntervals[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OperaIntervals RESPONSE_TIMEOUT
public static final OperaIntervals IMPLICIT_WAIT
public static final OperaIntervals PAGE_LOAD_TIMEOUT
public static final OperaIntervals WINDOW_EVENT_TIMEOUT
public static final OperaIntervals OPERA_IDLE_TIMEOUT
public static final OperaIntervals POLL_INTERVAL
public static final OperaIntervals HANDSHAKE_TIMEOUT
public static final OperaIntervals SERVER_DEFAULT_PORT
public static final OperaIntervals SERVER_RANDOM_PORT_IDENTIFIER
-debugproxy support, if the user
specifies 0 as the port it will use a random port.
public static final OperaIntervals SERVER_DEFAULT_PORT_IDENTIFIER
-debugproxy support, if the user
specifies -1 as the port it will use the default server proxy port specified in SERVER_DEFAULT_PORT.
public static final OperaIntervals KILL_GRACE_TIMEOUT
public static final OperaIntervals BACKWARDS_COMPATIBLE
public static final OperaIntervals DEFAULT_RESPONSE_TIMEOUT
public static final OperaIntervals QUIT_POLL_INTERVAL
public static final OperaIntervals QUIT_RESPONSE_TIMEOUT
public static final OperaIntervals SCRIPT_TIMEOUT
public static final OperaIntervals SCRIPT_RETRY_INTERVAL
SCRIPT_TIMEOUT.
public static final OperaIntervals LAUNCHER_TIMEOUT
public static final OperaIntervals PROCESS_START_SLEEP
public static final OperaIntervals MENU_EVENT_TIMEOUT
public static final OperaIntervals MULTIPLE_CLICK_SLEEP
| Method Detail |
|---|
public static OperaIntervals[] values()
for (OperaIntervals c : OperaIntervals.values()) System.out.println(c);
public static OperaIntervals 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 void setValue(long value)
public long getValue()
public String toString()
toString in class Enum<OperaIntervals>public static String toList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||