com.opera.core.systems.scope.internal
Class OperaFlags

java.lang.Object
  extended by com.opera.core.systems.scope.internal.OperaFlags

public class OperaFlags
extends java.lang.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.
 
Constructor Summary
OperaFlags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

OperaFlags

public OperaFlags()


Copyright © 2011. All Rights Reserved.