com.atlassian.selenium
Class ParameterizedSeleniumConfiguration

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

public class ParameterizedSeleniumConfiguration
extends AbstractSeleniumConfiguration


Constructor Summary
ParameterizedSeleniumConfiguration(String serverLocation, int serverPort, String browserStartString, String baseUrl)
           
 
Method Summary
 String getBaseUrl()
          The starting url for the browser
 String getBrowserStartString()
          The browser start string to be passed to Selenium
 String getServerLocation()
          The address of the node hosting the selenium server.
 int getServerPort()
          The port the selenium server is listening on
 boolean getStartSeleniumServer()
          Whether the framework should start the selenium server
 
Methods inherited from class com.atlassian.selenium.AbstractSeleniumConfiguration
getActionWait, getConditionCheckInterval, getFirefoxProfileTemplate, getPageLoadWait, getSingleWindowMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterizedSeleniumConfiguration

public ParameterizedSeleniumConfiguration(String serverLocation,
                                          int serverPort,
                                          String browserStartString,
                                          String baseUrl)
Method Detail

getServerLocation

public String getServerLocation()
Description copied from interface: SeleniumConfiguration
The address of the node hosting the selenium server.


getServerPort

public int getServerPort()
Description copied from interface: SeleniumConfiguration
The port the selenium server is listening on


getBrowserStartString

public String getBrowserStartString()
Description copied from interface: SeleniumConfiguration
The browser start string to be passed to Selenium


getBaseUrl

public String getBaseUrl()
Description copied from interface: SeleniumConfiguration
The starting url for the browser


getStartSeleniumServer

public boolean getStartSeleniumServer()
Description copied from interface: SeleniumConfiguration
Whether the framework should start the selenium server



Copyright © 2010 Atlassian Pty Ltd. All Rights Reserved.