Uses of Class
com.opera.core.systems.OperaProduct

Packages that use OperaProduct
com.opera.core.systems Provides OperaDriver and associated classes. 
com.opera.core.systems.testing.drivers   
 

Uses of OperaProduct in com.opera.core.systems
 

Methods in com.opera.core.systems that return OperaProduct
static OperaProduct OperaProduct.get(String product)
           
 OperaProduct OperaSettings.getProduct()
          Returns the product currently used, for example DESKTOP or CORE.
 OperaProduct OperaDriver.OperaUtils.getProduct()
          Gets the current product.
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.
 

Methods in com.opera.core.systems with parameters of type OperaProduct
 boolean OperaProduct.is(OperaProduct compareWith)
          Compares current product with given product.
 void OperaSettings.setProduct(OperaProduct product)
          Sets the product currently used, for example desktop or core.
 

Uses of OperaProduct in com.opera.core.systems.testing.drivers
 

Methods in com.opera.core.systems.testing.drivers that return OperaProduct
 OperaProduct TestOperaDriver.TestOperaUtils.getProduct()
          Overrides the default OperaDriver.OperaUtils#getProduct() to also take the environmental variable OPERA_PRODUCT into account, which can be used for
 



Copyright © 2012. All Rights Reserved.