public class WebDriverConfiguration<T extends DriverConfiguration> extends SystemPropertiesConfiguration implements DriverConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_WEBDRIVER_DRIVER
The default browser is Chrome.
|
DEFAULT_ELEMENT_TIMEOUT_SECONDS, DEFAULT_ESTIMATED_AVERAGE_STEP_COUNT, defaultBaseUrl, environmentVariables, outputDirectory, PROJECT_BUILD_DIRECTORY, REFUSE_UNTRUSTED_CERTIFICATES| Constructor and Description |
|---|
WebDriverConfiguration(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, withEnvironmentVariablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseUrl, getCurrentTestCount, getElementTimeoutInSeconds, getEnvironmentVariables, getEstimatedAverageStepCount, getHistoryDirectory, getOutputDirectory, getRestartFrequency, getScreenshotLevel, getStepDelay, getUseUniqueBrowser, onlySaveFailingScreenshots, setDefaultBaseUrl, setIfUndefined, setOutputDirectory, shouldUseAUniqueBrowser, takeVerboseScreenshots, withEnvironmentVariablespublic static final String DEFAULT_WEBDRIVER_DRIVER
@Inject public WebDriverConfiguration(EnvironmentVariables environmentVariables)
public SupportedWebDriver getDriverType()
getDriverType in interface DriverConfigurationCopyright © 2021. All rights reserved.