| Package | Description |
|---|---|
| com.opera.core.systems |
Provides OperaDriver and associated classes.
|
| com.opera.core.systems.testing.drivers |
| Modifier and Type | Method and Description |
|---|---|
static OperaProduct |
OperaProduct.get(String product) |
OperaProduct |
OperaUtils.getProduct()
Gets the current product.
|
OperaProduct |
OperaSettings.getProduct()
|
static OperaProduct |
OperaProduct.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperaProduct[] |
OperaProduct.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static File |
OperaBinary.find(OperaProduct product)
Locate the binary of the given product on the local system.
|
boolean |
OperaProduct.is(OperaProduct compareWith)
Compares current product with given product.
|
OperaSettings.Builder |
OperaSettings.Builder.product(OperaProduct product) |
void |
OperaSettings.setProduct(OperaProduct product)
Sets the product currently used, for example desktop or core.
|
| Constructor and Description |
|---|
OperaBinary(OperaProduct product) |
| Constructor and Description |
|---|
AbstractTestDriverSupplier(OperaProduct product) |
Copyright © 2012. All Rights Reserved.