com.atlassian.selenium
Class AbstractSeleniumConfiguration

java.lang.Object
  extended by com.atlassian.selenium.AbstractSeleniumConfiguration
All Implemented Interfaces:
SeleniumConfiguration

public abstract class AbstractSeleniumConfiguration
extends java.lang.Object
implements SeleniumConfiguration

An abstract implementation of the SeleniumConfigurationClass that has methods that return default values for some of the configuration variables

Since:
v3.12

Constructor Summary
AbstractSeleniumConfiguration()
           
 
Method Summary
 long getActionWait()
          The time that various utility classes will wait after performing some Selenium action like the mouseOver method in the SeleniumClient.
 long getConditionCheckInterval()
          The time in milliseconds between condition checks.
 long getPageLoadWait()
          The maximum time various utility clasess will wait for a page to load.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.selenium.SeleniumConfiguration
getBaseUrl, getBrowserStartString, getServerLocation, getServerPort, getStartSeleniumServer
 

Constructor Detail

AbstractSeleniumConfiguration

public AbstractSeleniumConfiguration()
Method Detail

getActionWait

public long getActionWait()
Description copied from interface: SeleniumConfiguration
The time that various utility classes will wait after performing some Selenium action like the mouseOver method in the SeleniumClient.

Specified by:
getActionWait in interface SeleniumConfiguration
Returns:

getPageLoadWait

public long getPageLoadWait()
Description copied from interface: SeleniumConfiguration
The maximum time various utility clasess will wait for a page to load. Ideally this value should be used where ever a test waits for a page to load.

Specified by:
getPageLoadWait in interface SeleniumConfiguration
Returns:

getConditionCheckInterval

public long getConditionCheckInterval()
Description copied from interface: SeleniumConfiguration
The time in milliseconds between condition checks.

Specified by:
getConditionCheckInterval in interface SeleniumConfiguration
See Also:
SeleniumAssertions#byTimeout(Condition)}


Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.