| Package | Description |
|---|---|
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
| Modifier and Type | Method and Description |
|---|---|
static SupportedWebDriver |
SupportedWebDriver.getClosestDriverValueTo(String value) |
SupportedWebDriver |
SystemPropertiesConfiguration.getDriverType()
Get the currently-configured browser type.
|
SupportedWebDriver |
Configuration.getDriverType() |
static SupportedWebDriver |
SupportedWebDriver.getDriverTypeFor(String value) |
static SupportedWebDriver |
SupportedWebDriver.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedWebDriver[] |
SupportedWebDriver.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends org.openqa.selenium.WebDriver> |
WebDriverFactory.getClassFor(SupportedWebDriver driverType) |
org.openqa.selenium.WebDriver |
WebDriverFactory.newInstanceOf(SupportedWebDriver driverType)
Create a new WebDriver instance of a given type.
|
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.