net.thucydides.core.webdriver
Interface Configuration
- All Known Implementing Classes:
- SystemPropertiesConfiguration
public interface Configuration
getDriverType
SupportedWebDriver getDriverType()
loadOutputDirectoryFromSystemProperties
File loadOutputDirectoryFromSystemProperties()
getStepDelay
int getStepDelay()
getElementTimeout
int getElementTimeout()
getUseUniqueBrowser
boolean getUseUniqueBrowser()
setOutputDirectory
void setOutputDirectory(File outputDirectory)
getOutputDirectory
File getOutputDirectory()
getEstimatedAverageStepCount
double getEstimatedAverageStepCount()
onlySaveFailingScreenshots
boolean onlySaveFailingScreenshots()
setDefaultBaseUrl
void setDefaultBaseUrl(String defaultBaseUrl)
getRestartFrequency
int getRestartFrequency()
getBaseUrl
String getBaseUrl()
- This is the URL where test cases start.
The default value can be overriden using the webdriver.baseurl property.
It is also the base URL used to build relative paths.
takeVerboseScreenshots
boolean takeVerboseScreenshots()
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.