Class WebDriverSupplier

java.lang.Object
org.shakespeareframework.selenium.WebDriverSupplier
All Implemented Interfaces:
AutoCloseable, Supplier<org.openqa.selenium.WebDriver>
Direct Known Subclasses:
WebDriverManagerWebDriverSupplier

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