Groovy Documentation

geb.driver
[Groovy] Class CachingDriverFactory

java.lang.Object
  geb.driver.CachingDriverFactory
All Implemented Interfaces:
DriverFactory

class CachingDriverFactory
extends Object

Property Summary
DriverFactory innerFactory

 
Constructor Summary
CachingDriverFactory(DriverFactory innerFactory)

 
Method Summary
static WebDriver clearCache()

static WebDriver clearCacheAndQuitDriver()

WebDriver getDriver()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

innerFactory

final DriverFactory innerFactory


 
Constructor Detail

CachingDriverFactory

CachingDriverFactory(DriverFactory innerFactory)


 
Method Detail

clearCache

static WebDriver clearCache()


clearCacheAndQuitDriver

static WebDriver clearCacheAndQuitDriver()


getDriver

WebDriver getDriver()


 

Groovy API Documentation for geb-core 0.6.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org