| Package | Description |
|---|---|
| com.opera.core.systems |
Provides OperaDriver and associated classes.
|
| Modifier and Type | Method and Description |
|---|---|
static OperaProfile |
OperaProfile.fromJson(String json)
Converts a JSON string object to a profile representation, returning a new instance of
OperaProfile. |
OperaProfile |
OperaSettings.profile()
Returns an
OperaProfile object containing all settings related to the Opera profile to
be used. |
| Modifier and Type | Method and Description |
|---|---|
void |
OperaSettings.setProfile(OperaProfile profile)
Sets the profile to use as an Opera profile represented as an object.
|
OperaSettings.Builder |
OperaSettings.Builder.usingProfile(OperaProfile profile)
Specify which profile to base the settings on.
|
| Constructor and Description |
|---|
OperaDriver(OperaProfile profile)
Starts Opera with the given profile.
|
OperaSettings(OperaProfile profile)
Constructs a new set of settings for
OperaDriver and Opera to use based on the given
profile. |
Copyright © 2012. All Rights Reserved.