Interface FluentLeniumDriver

    • Method Detail

      • quitDriver

        void quitDriver​(SharedWebDriver sharedWebDriver)
        Quits the argument shared webdriver.
        Parameters:
        sharedWebDriver - the driver to quit
      • addDriver

        void addDriver​(SharedWebDriver driver)
        Adds this driver to the collection of shared webdrivers according to the driver lifecycle.
        Parameters:
        driver - the driver to add