public class OperaDefaults extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
APPEND_TO_LOGFILE
Whether or not to append to log file instead of overwriting contents.
|
static boolean |
ENABLE_AUTOSTART
Whether to enable autostart of the Opera browser by default.
|
static boolean |
ENABLE_DEBUGGER
Whether the ecmascript-debugger should be enabled or not.
|
static boolean |
ENABLE_IDLE
Whether Opera Idle should be enabled by default.
|
static int |
SCRIPT_RETRIES
The number of times to attempt retrieving a response from injected ECMAscript sent to the
browser.
|
static int |
SERVER_DEFAULT_PORT
The default Opera debug proxy server port for OperaDriver to connect to.
|
static int |
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. |
static int |
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. |
| Constructor and Description |
|---|
OperaDefaults() |
public static boolean ENABLE_DEBUGGER
public static final boolean APPEND_TO_LOGFILE
public static final boolean ENABLE_IDLE
public static final boolean ENABLE_AUTOSTART
public static final int SERVER_DEFAULT_PORT
public static final int SERVER_RANDOM_PORT_IDENTIFIER
-debugproxy support, if the user
specifies 0 as the port it will use a random port.public static final int 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 int SCRIPT_RETRIES
Copyright © 2012. All Rights Reserved.