Package net.thucydides.core.webdriver
Interface DriverConfiguration<T extends DriverConfiguration>
- All Superinterfaces:
Configuration<T>
- All Known Implementing Classes:
WebDriverConfiguration
public interface DriverConfiguration<T extends DriverConfiguration> extends Configuration<T>
-
Method Summary
Modifier and Type Method Description SupportedWebDriver
getDriverType()
Methods 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
-
Method Details
-
getDriverType
SupportedWebDriver getDriverType()
-