com.atlassian.jira.webtest.selenium
Class JiraSeleniumConfiguration

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

public class JiraSeleniumConfiguration
extends com.atlassian.selenium.AbstractSeleniumConfiguration

Since:
v3.12

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

Field Detail

SELENIUM_PROPERTY_LOCATION

public static final String SELENIUM_PROPERTY_LOCATION
See Also:
Constant Field Values
Constructor Detail

JiraSeleniumConfiguration

public JiraSeleniumConfiguration(JIRAEnvironmentData environmentData)
Method Detail

getServerLocation

public String getServerLocation()

getFirefoxProfileTemplate

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

getServerPort

public int getServerPort()

getBrowserStartString

public String getBrowserStartString()

getBaseUrl

public String getBaseUrl()

getStartSeleniumServer

public boolean getStartSeleniumServer()


Copyright © 2002-2013 Atlassian. All Rights Reserved.