Class WebDriverSupplier

  • All Implemented Interfaces:
    java.lang.AutoCloseable, java.util.function.Supplier<org.openqa.selenium.WebDriver>
    Direct Known Subclasses:
    WebDriverManagerWebDriverSupplier

    public abstract class WebDriverSupplier
    extends java.lang.Object
    implements java.util.function.Supplier<org.openqa.selenium.WebDriver>, java.lang.AutoCloseable
    A Supplier for WebDriver, which also takes care of quitting the WebDriver.