| Package | Description |
|---|---|
| com.opera.core.systems |
Provides OperaDriver and associated classes.
|
| com.opera.core.systems.runner | |
| com.opera.core.systems.runner.inprocess | |
| com.opera.core.systems.runner.launcher |
Responsible for starting the launcher which starts Opera.
|
| com.opera.core.systems.scope |
The Scope protocol is used to communicate with the Opera browser.
|
| com.opera.core.systems.testing.drivers |
| Modifier and Type | Field and Description |
|---|---|
protected OperaRunner |
OperaDriver.runner |
| Modifier and Type | Method and Description |
|---|---|
OperaRunner |
OperaSettings.getRunner()
Get the runner to use for starting and managing the Opera instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperaSettings.setRunner(Class<? extends OperaRunner> runner)
Specify which runner to use for starting and managing the Opera instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOperaRunner
AbstractOperaRunner defines the command-line arguments to give to Opera shared between the
different
OperaRunner implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
OperaInProcessRunner
OperaInProcessRunner provides a native Java in-process way of launching and managing Opera
instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OperaLauncherRunner
OperaLauncherRunner implements a Java interface to communicate with the opera-launcher
utility to launch and manage Opera instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeServices.quit(OperaRunner runner) |
void |
ScopeServices.quitOpera(OperaRunner runner) |
| Modifier and Type | Method and Description |
|---|---|
OperaRunner |
TestOperaDriver.getRunner() |
OperaRunner |
TestOperaDesktopDriver.getRunner() |
OperaRunner |
TestDriver.getRunner() |
OperaRunner |
TestOperaMobileDriver.getRunner() |
Copyright © 2012. All Rights Reserved.