public class DefaultWebDriverFactory extends Object implements WebDriverFactory
WEB_DRIVER_FACTORY_KEY| Constructor and Description |
|---|
DefaultWebDriverFactory() |
DefaultWebDriverFactory(WebdriverSubstepsConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver |
createWebDriver() |
DriverType |
driverType() |
boolean |
resetWebDriver(WebDriverContext webDriverContext) |
void |
shutdownWebDriver(WebDriverContext webDriverContext) |
public DefaultWebDriverFactory()
public DefaultWebDriverFactory(WebdriverSubstepsConfiguration configuration)
public org.openqa.selenium.WebDriver createWebDriver()
createWebDriver in interface WebDriverFactorypublic DriverType driverType()
driverType in interface WebDriverFactorypublic void shutdownWebDriver(WebDriverContext webDriverContext)
shutdownWebDriver in interface WebDriverFactorypublic boolean resetWebDriver(WebDriverContext webDriverContext)
resetWebDriver in interface WebDriverFactoryCopyright © 2016 Substeps. All rights reserved.