net.thucydides.core.webdriver
Interface Configuration

Package class diagram package Configuration
All Known Implementing Classes:
SystemPropertiesConfiguration

public interface Configuration


Method Summary
 String getBaseUrl()
          This is the URL where test cases start.
 SupportedWebDriver getDriverType()
           
 int getElementTimeout()
           
 double getEstimatedAverageStepCount()
           
 File getOutputDirectory()
           
 int getRestartFrequency()
           
 int getStepDelay()
           
 boolean getUseUniqueBrowser()
           
 File loadOutputDirectoryFromSystemProperties()
           
 boolean onlySaveFailingScreenshots()
           
 void setDefaultBaseUrl(String defaultBaseUrl)
           
 void setOutputDirectory(File outputDirectory)
           
 boolean takeVerboseScreenshots()
           
 

Method Detail

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.