com.opera.core.systems.arguments
Class OperaCoreArguments

java.lang.Object
  extended by com.opera.core.systems.OperaArguments
      extended by com.opera.core.systems.arguments.OperaCoreArguments
All Implemented Interfaces:
OperaArguments, Iterable<OperaArgument>
Direct Known Subclasses:
OperaDesktopArguments

public class OperaCoreArguments
extends OperaArguments

Handles a list of strings/arguments for the Opera core binary.

Author:
Andreas Tolf Tolfsen

Field Summary
 
Fields inherited from class com.opera.core.systems.OperaArguments
arguments, DEFAULT_SIGN
 
Constructor Summary
OperaCoreArguments()
          The -autotestmode argument is always added to the arguments list passed to the browser.
 
Method Summary
 
Methods inherited from class com.opera.core.systems.OperaArguments
add, add, add, get, getArguments, getArgumentsAsStringList, iterator, merge, parse, sign, size, toJson, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperaCoreArguments

public OperaCoreArguments()
The -autotestmode argument is always added to the arguments list passed to the browser. This enabled Proxy Auto Connect and (in Desktop) prevents loading of Speed Dial (which is not script-injectable), the license dialogue, the crash dialogue amongst other things. We also read in environmental variable OPERA_ARGS before everything else. These will typically later be combined with the arguments set in DesiredCapabilities and passed on to the browser.



Copyright © 2012. All Rights Reserved.