|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.selenium.AbstractSeleniumConfiguration
com.atlassian.selenium.ParameterizedSeleniumConfiguration
public class ParameterizedSeleniumConfiguration
| 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 |
|---|
public ParameterizedSeleniumConfiguration(String serverLocation,
int serverPort,
String browserStartString,
String baseUrl)
| Method Detail |
|---|
public String getServerLocation()
SeleniumConfiguration
public int getServerPort()
SeleniumConfiguration
public String getBrowserStartString()
SeleniumConfiguration
public String getBaseUrl()
SeleniumConfiguration
public boolean getStartSeleniumServer()
SeleniumConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||