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

Packages that use OperaSettings
com.opera.core.systems Provides OperaDriver and associated classes. 
com.opera.core.systems.runner   
com.opera.core.systems.runner.launcher Responsible for starting the launcher which starts Opera. 
com.opera.core.systems.testing.drivers   
com.opera.core.systems.util Various miscellaneous utilities. 
 

Uses of OperaSettings in com.opera.core.systems
 

Fields in com.opera.core.systems declared as OperaSettings
protected  OperaSettings OperaDriver.settings
           
 

Methods in com.opera.core.systems that return OperaSettings
 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.
 

Constructors in com.opera.core.systems with parameters of type OperaSettings
OperaDriver(OperaSettings s)
          Starts Opera with the given settings.
 

Uses of OperaSettings in com.opera.core.systems.runner
 

Fields in com.opera.core.systems.runner declared as OperaSettings
protected  OperaSettings OperaRunner.settings
           
 

Constructors in com.opera.core.systems.runner with parameters of type OperaSettings
OperaRunner(OperaSettings s)
           
 

Uses of OperaSettings in com.opera.core.systems.runner.launcher
 

Constructors in com.opera.core.systems.runner.launcher with parameters of type OperaSettings
OperaLauncherRunner(OperaSettings s)
           
 

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

Fields in com.opera.core.systems.testing.drivers declared as OperaSettings
protected  OperaSettings AbstractOperaDriverSupplier.settings
           
 

Methods in com.opera.core.systems.testing.drivers that return OperaSettings
 OperaSettings TestOperaDriver.getSettings()
           
 OperaSettings OperaDriverSupplier.getSettings()
          Gets the settings of this supplier.
 OperaSettings MockOperaDriver.getSettings()
           
 OperaSettings AbstractOperaDriverSupplier.getSettings()
           
 

Methods in com.opera.core.systems.testing.drivers with parameters of type OperaSettings
 void OperaDriverSupplier.setSettings(OperaSettings settings)
          Changes the settings for this supplier.
 void AbstractOperaDriverSupplier.setSettings(OperaSettings newSettings)
           
 OperaDriverBuilder OperaDriverBuilder.using(OperaSettings settings)
          Allows you to specify using which capabilities you'd like the driver to be instantiated with.
 

Constructors in com.opera.core.systems.testing.drivers with parameters of type OperaSettings
AbstractOperaDriverSupplier(OperaSettings settings)
           
DefaultOperaDriverSupplier(OperaSettings settings)
           
TestOperaDriver(OperaSettings settings)
          Creates a new TestOperaDriver with the given settings.
TestOperaDriverSupplier(OperaSettings settings)
           
 

Uses of OperaSettings in com.opera.core.systems.util
 

Constructors in com.opera.core.systems.util with parameters of type OperaSettings
ProfileUtils(String largePrefsFolder, String smallPrefsFolder, String cachePrefsFolder, OperaSettings settings)
           
 



Copyright © 2012. All Rights Reserved.