public class WebDriverConfiguration<T extends DriverConfiguration> extends net.thucydides.core.configuration.SystemPropertiesConfiguration implements DriverConfiguration
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_WEBDRIVER_DRIVER
The default browser is Firefox.
|
| Constructor and Description |
|---|
WebDriverConfiguration(net.thucydides.core.util.EnvironmentVariables environmentVariables) |
| Modifier and Type | Method and Description |
|---|---|
SupportedWebDriver |
getDriverType()
Get the currently-configured browser type.
|
getBaseUrl, getCurrentTestCount, getElementTimeout, getEnvironmentVariables, getEstimatedAverageStepCount, getHistoryDirectory, getOutputDirectory, getRestartFrequency, getScreenshotLevel, getStepDelay, getUseUniqueBrowser, loadHistoryDirectoryFromSystemProperties, loadOutputDirectoryFromSystemProperties, onlySaveFailingScreenshots, reloadOutputDirectory, setDefaultBaseUrl, setIfUndefined, setOutputDirectory, shouldUseAUniqueBrowser, takeVerboseScreenshots, withEnvironmentVariablesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseUrl, getCurrentTestCount, getElementTimeout, getEnvironmentVariables, getEstimatedAverageStepCount, getHistoryDirectory, getOutputDirectory, getRestartFrequency, getScreenshotLevel, getStepDelay, getUseUniqueBrowser, onlySaveFailingScreenshots, setDefaultBaseUrl, setIfUndefined, setOutputDirectory, shouldUseAUniqueBrowser, takeVerboseScreenshots, withEnvironmentVariablespublic static final java.lang.String DEFAULT_WEBDRIVER_DRIVER
@Inject public WebDriverConfiguration(net.thucydides.core.util.EnvironmentVariables environmentVariables)
public SupportedWebDriver getDriverType()
getDriverType in interface DriverConfiguration