com.opera.core.systems.scope.internal
Class OperaFlags
java.lang.Object
com.opera.core.systems.scope.internal.OperaFlags
public class OperaFlags
- extends Object
|
Field Summary |
static boolean |
APPEND_TO_LOGFILE
Whether or not to append to log file instead of overwriting contents. |
static boolean |
ENABLE_CHECKS
Enable checks for accessing web elements that are disabled. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENABLE_CHECKS
public static final boolean ENABLE_CHECKS
- Enable checks for accessing web elements that are disabled. This allows clicking on disabled
elements, &c.
- See Also:
- Constant Field Values
APPEND_TO_LOGFILE
public static final boolean APPEND_TO_LOGFILE
- Whether or not to append to log file instead of overwriting contents. If true the driver will
append, otherwise it will overwrite. By default it overwrites the file.
- See Also:
- Constant Field Values
OperaFlags
public OperaFlags()
Copyright © 2011. All Rights Reserved.