com.atlassian.crowd.selenium.harness
Class CrowdSeleniumConfiguration

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

public class CrowdSeleniumConfiguration
extends com.atlassian.selenium.AbstractSeleniumConfiguration


Field Summary
static String DEFAULT_BASEURL
           
static int DEFAULT_MAX_WAIT_TIME
           
static String DEFAULT_SELENIUM_BROWSER
           
static String DEFAULT_SELENIUM_LOCATION
           
static int DEFAULT_SELENIUM_PORT
           
 
Constructor Summary
CrowdSeleniumConfiguration()
           
 
Method Summary
 long getActionWait()
           
 String getBaseUrl()
           
 String getBrowserStartString()
           
 long getPageLoadWait()
           
 String getServerLocation()
           
 int getServerPort()
           
 boolean getStartSeleniumServer()
           
 
Methods inherited from class com.atlassian.selenium.AbstractSeleniumConfiguration
getConditionCheckInterval, getFirefoxProfileTemplate, getPerformanceReportLocation, getShowAutoGeneratedPerformanceEvents, getSingleWindowMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SELENIUM_LOCATION

public static final String DEFAULT_SELENIUM_LOCATION
See Also:
Constant Field Values

DEFAULT_SELENIUM_PORT

public static final int DEFAULT_SELENIUM_PORT
See Also:
Constant Field Values

DEFAULT_SELENIUM_BROWSER

public static final String DEFAULT_SELENIUM_BROWSER
See Also:
Constant Field Values

DEFAULT_BASEURL

public static final String DEFAULT_BASEURL
See Also:
Constant Field Values

DEFAULT_MAX_WAIT_TIME

public static final int DEFAULT_MAX_WAIT_TIME
See Also:
Constant Field Values
Constructor Detail

CrowdSeleniumConfiguration

public CrowdSeleniumConfiguration()
Method Detail

getServerLocation

public String getServerLocation()

getServerPort

public int getServerPort()

getBrowserStartString

public String getBrowserStartString()

getBaseUrl

public String getBaseUrl()

getActionWait

public long getActionWait()
Specified by:
getActionWait in interface com.atlassian.selenium.SeleniumConfiguration
Overrides:
getActionWait in class com.atlassian.selenium.AbstractSeleniumConfiguration

getPageLoadWait

public long getPageLoadWait()
Specified by:
getPageLoadWait in interface com.atlassian.selenium.SeleniumConfiguration
Overrides:
getPageLoadWait in class com.atlassian.selenium.AbstractSeleniumConfiguration

getStartSeleniumServer

public boolean getStartSeleniumServer()


Copyright © 2012 Atlassian. All Rights Reserved.