Class JvmDriver
java.lang.Object
io.fluentlenium.adapter.sharedwebdriver.JvmDriver
- All Implemented Interfaces:
FluentLeniumDriver
Stores and handles a
SharedWebDriver
instance for the whole JVM.
- See Also:
-
ConfigurationProperties.DriverLifecycle.JVM
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.void
quitDriver
(SharedWebDriver driver) 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
-
JvmDriver
public JvmDriver()
-
-
Method Details
-
getDriver
-