com.opera.core.systems.testing.drivers
Class DefaultOperaDriverSupplier

java.lang.Object
  extended by com.opera.core.systems.testing.drivers.AbstractOperaDriverSupplier
      extended by com.opera.core.systems.testing.drivers.DefaultOperaDriverSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<OperaDriver>, OperaDriverSupplier
Direct Known Subclasses:
TestOperaDriverSupplier

public class DefaultOperaDriverSupplier
extends AbstractOperaDriverSupplier

Provides a plain, default OperaDriver with popup blocking disabled.

Author:
Andreas Tolf Tolfsen

Field Summary
 
Fields inherited from class com.opera.core.systems.testing.drivers.AbstractOperaDriverSupplier
capabilities, settings
 
Constructor Summary
DefaultOperaDriverSupplier()
           
DefaultOperaDriverSupplier(OperaSettings settings)
           
 
Method Summary
 OperaDriver get()
           
 
Methods inherited from class com.opera.core.systems.testing.drivers.AbstractOperaDriverSupplier
getCapabilities, getSettings, setCapabilities, setSettings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultOperaDriverSupplier

public DefaultOperaDriverSupplier()

DefaultOperaDriverSupplier

public DefaultOperaDriverSupplier(OperaSettings settings)
Method Detail

get

public OperaDriver get()


Copyright © 2012. All Rights Reserved.