| Package | Description |
|---|---|
| com.opera.core.systems |
Provides OperaDriver and associated classes.
|
| com.opera.core.systems.scope |
The Scope protocol is used to communicate with the Opera browser.
|
| Modifier and Type | Method and Description |
|---|---|
protected SortedSet<ScopeService> |
OperaDesktopDriver.getRequiredServices() |
protected SortedSet<ScopeService> |
OperaDriver.getRequiredServices()
A sorted set of required services for this OperaDriver to function.
|
| Modifier and Type | Method and Description |
|---|---|
static ScopeService |
ScopeService.get(String name) |
static ScopeService |
ScopeService.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeService[] |
ScopeService.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ScopeService,String> |
ScopeServices.getAvailableServices() |
| Constructor and Description |
|---|
ScopeServices(SortedSet<ScopeService> requiredServices,
int port,
boolean manualConnect)
Creates the Scope server on specified address and port, as well as enabling the required Scope
services.
|
Copyright © 2013. All Rights Reserved.