| Package | Description |
|---|---|
| com.opera.core.systems |
Provides OperaDriver and associated classes.
|
| com.opera.core.systems.internal |
Various miscellaneous internal utilities.
|
| 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.testing.drivers |
| Modifier and Type | Field and Description |
|---|---|
protected OperaSettings |
OperaDriver.settings |
| Modifier and Type | Method and Description |
|---|---|
OperaSettings |
OperaSettings.Builder.get()
Get a new instance of
OperaSettings. |
OperaSettings |
OperaSettings.merge(org.openqa.selenium.Capabilities capabilities)
Merge a set of capabilities in to these settings.
|
| Constructor and Description |
|---|
OperaDesktopDriver(OperaSettings settings)
Starts Opera with the given settings.
|
OperaDriver(OperaSettings settings)
Starts Opera with the given settings.
|
OperaMobileDriver(OperaSettings settings) |
| Constructor and Description |
|---|
ProfileUtils(String largePrefsFolder,
String smallPrefsFolder,
String cachePrefsFolder,
OperaSettings settings) |
| Modifier and Type | Field and Description |
|---|---|
protected OperaSettings |
AbstractOperaRunner.settings |
| Modifier and Type | Method and Description |
|---|---|
OperaSettings |
AbstractOperaRunner.getSettings() |
| Constructor and Description |
|---|
AbstractOperaRunner(OperaSettings s) |
| Constructor and Description |
|---|
OperaInProcessRunner(OperaSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
OperaLauncherRunner.buildArguments(OperaSettings settings,
int launcherPort) |
| Constructor and Description |
|---|
OperaLauncherRunner(OperaSettings s) |
| Modifier and Type | Field and Description |
|---|---|
protected OperaSettings |
AbstractTestDriverSupplier.settings |
| Modifier and Type | Method and Description |
|---|---|
OperaSettings |
TestOperaDesktopDriver.getSettings() |
OperaSettings |
AbstractTestDriverSupplier.getSettings() |
OperaSettings |
TestDriverSupplier.getSettings()
Gets the settings used for this supplier.
|
OperaSettings |
TestOperaMobileDriver.getSettings() |
OperaSettings |
TestDriver.getSettings() |
OperaSettings |
TestOperaDriver.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTestDriverSupplier.setSettings(OperaSettings newSettings) |
void |
TestDriverSupplier.setSettings(OperaSettings settings)
Changes the settings for this supplier.
|
TestDriverBuilder |
TestDriverBuilder.using(OperaSettings settings)
Specify which settings you'd like the driver to be instantiated with.
|
| Constructor and Description |
|---|
AbstractTestDriverSupplier(OperaSettings settings) |
TestOperaDesktopDriver(OperaSettings settings) |
TestOperaDriver(OperaSettings settings)
Creates a new TestOperaDriver with the given settings.
|
TestOperaMobileDriver(OperaSettings settings) |
Copyright © 2013. All Rights Reserved.