com.opera.core.systems.arguments
Class OperaCoreArguments
java.lang.Object
com.opera.core.systems.OperaArguments
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
|
Constructor Summary |
OperaCoreArguments()
The -autotestmode argument is always added to the arguments list passed to the browser. |
| Methods inherited from class com.opera.core.systems.OperaArguments |
add, add, add, get, getArguments, getArgumentsAsStringList, iterator, merge, parse, sign, size, toJson, toString |
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.