Class ClassDriver
java.lang.Object
io.fluentlenium.adapter.sharedwebdriver.ClassDriver
- All Implemented Interfaces:
FluentLeniumDriver
Stores and handles
SharedWebDriver
instances for test Class
es.
- See Also:
-
ConfigurationProperties.DriverLifecycle.CLASS
SharedWebdriverSingletonImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDriver
(SharedWebDriver driver) Adds this driver to the collection of shared webdrivers according to the driver lifecycle.<T> SharedWebDriver
void
quitDriver
(SharedWebDriver sharedWebDriver) Quits the argument shared webdriver.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.fluentlenium.adapter.sharedwebdriver.FluentLeniumDriver
quitDriver
-
Constructor Details
-
ClassDriver
public ClassDriver()
-
-
Method Details
-
getDriver