Class WebDriverConfiguration<T extends DriverConfiguration>
java.lang.Object
net.thucydides.core.configuration.SystemPropertiesConfiguration
net.thucydides.core.configuration.WebDriverConfiguration<T>
- All Implemented Interfaces:
Configuration,DriverConfiguration
public class WebDriverConfiguration<T extends DriverConfiguration> extends SystemPropertiesConfiguration implements DriverConfiguration
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_WEBDRIVER_DRIVERThe default browser is Firefox.Fields inherited from class net.thucydides.core.configuration.SystemPropertiesConfiguration
DEFAULT_ELEMENT_TIMEOUT_SECONDS, DEFAULT_ESTIMATED_AVERAGE_STEP_COUNT, defaultBaseUrl, environmentVariables, outputDirectory, PROJECT_BUILD_DIRECTORY, REFUSE_UNTRUSTED_CERTIFICATES -
Constructor Summary
Constructors Constructor Description WebDriverConfiguration(EnvironmentVariables environmentVariables) -
Method Summary
Modifier and Type Method Description SupportedWebDrivergetDriverType()Get the currently-configured browser type.Methods inherited from class net.thucydides.core.configuration.SystemPropertiesConfiguration
getBaseUrl, getCurrentTestCount, getElementTimeoutInSeconds, getEnvironmentVariables, getEstimatedAverageStepCount, getHistoryDirectory, getOutputDirectory, getRestartFrequency, getScreenshotLevel, getStepDelay, getUseUniqueBrowser, loadHistoryDirectoryFromSystemProperties, loadOutputDirectoryFromSystemProperties, onlySaveFailingScreenshots, reloadOutputDirectory, setDefaultBaseUrl, setIfUndefined, setOutputDirectory, shouldUseAUniqueBrowser, takeVerboseScreenshots, withEnvironmentVariablesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.thucydides.core.webdriver.Configuration
getBaseUrl, getCurrentTestCount, getElementTimeoutInSeconds, getEnvironmentVariables, getEstimatedAverageStepCount, getHistoryDirectory, getOutputDirectory, getRestartFrequency, getScreenshotLevel, getStepDelay, getUseUniqueBrowser, onlySaveFailingScreenshots, setDefaultBaseUrl, setIfUndefined, setOutputDirectory, shouldUseAUniqueBrowser, takeVerboseScreenshots, withEnvironmentVariables
-
Field Details
-
DEFAULT_WEBDRIVER_DRIVER
public static final java.lang.String DEFAULT_WEBDRIVER_DRIVERThe default browser is Firefox.- See Also:
- Constant Field Values
-
-
Constructor Details
-
WebDriverConfiguration
-
-
Method Details
-
getDriverType
Get the currently-configured browser type.- Specified by:
getDriverTypein interfaceDriverConfiguration<T extends DriverConfiguration>
-