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, getElementTimeoutInSeconds, getEnvironmentVariables, getEstimatedAverageStepCount, getHistoryDirectory, getOutputDirectory, getRestartFrequency, getScreenshotLevel, getStepDelay, getUseUniqueBrowser, loadHistoryDirectoryFromSystemProperties, loadOutputDirectoryFromSystemProperties, onlySaveFailingScreenshots, reloadOutputDirectory, setDefaultBaseUrl, setIfUndefined, setOutputDirectory, shouldUseAUniqueBrowser, takeVerboseScreenshots, withEnvironmentVariables
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBaseUrl, getCurrentTestCount, getElementTimeoutInSeconds, getEnvironmentVariables, getEstimatedAverageStepCount, getHistoryDirectory, getOutputDirectory, getRestartFrequency, getScreenshotLevel, getStepDelay, getUseUniqueBrowser, onlySaveFailingScreenshots, setDefaultBaseUrl, setIfUndefined, setOutputDirectory, shouldUseAUniqueBrowser, takeVerboseScreenshots, withEnvironmentVariables
public static final java.lang.String DEFAULT_WEBDRIVER_DRIVER
@Inject public WebDriverConfiguration(net.thucydides.core.util.EnvironmentVariables environmentVariables)
public SupportedWebDriver getDriverType()
getDriverType
in interface DriverConfiguration