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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDriver(SharedWebDriver driver) Adds this driver to the collection of shared webdrivers according to the driver lifecycle.voidquitDriver(SharedWebDriver driver) Quits the argument shared webdriver.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluentlenium.adapter.sharedwebdriver.FluentLeniumDriver
quitDriver
-
Constructor Details
-
JvmDriver
public JvmDriver()
-
-
Method Details
-
getDriver
-