public class SystemPropertySeleniumConfiguration extends AbstractSeleniumConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected String |
appContext |
protected String |
appLocation |
protected String |
appPort |
protected String |
browserStartString |
protected String |
serverLocation |
protected int |
serverPort |
protected boolean |
startSeleniumServer |
protected boolean |
useSingleBrowser |
| Modifier | Constructor and Description |
|---|---|
protected |
SystemPropertySeleniumConfiguration(String selServerLocationProp,
String seleniumServerLocationDefault,
String selServerPortProp,
int selServerPortDefault,
String selStartServerProp,
boolean startServerDefault,
String appLocationProp,
String appLocationDefault,
String appPortProp,
String appPortDefault,
String appContextProp,
String appContextDefault) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationContext() |
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
|
getActionWait, getConditionCheckInterval, getFirefoxProfileTemplate, getPageLoadWait, getPerformanceReportLocation, getShowAutoGeneratedPerformanceEvents, getSingleWindowModeprotected String serverLocation
protected int serverPort
protected String browserStartString
protected boolean startSeleniumServer
protected boolean useSingleBrowser
protected String appLocation
protected String appPort
protected String appContext
protected SystemPropertySeleniumConfiguration(String selServerLocationProp, String seleniumServerLocationDefault, String selServerPortProp, int selServerPortDefault, String selStartServerProp, boolean startServerDefault, String appLocationProp, String appLocationDefault, String appPortProp, String appPortDefault, String appContextProp, String appContextDefault)
public String getServerLocation()
SeleniumConfigurationpublic int getServerPort()
SeleniumConfigurationpublic String getBrowserStartString()
SeleniumConfigurationpublic String getBaseUrl()
SeleniumConfigurationpublic boolean getStartSeleniumServer()
SeleniumConfigurationpublic String getApplicationContext()
Copyright © 2015 Atlassian. All rights reserved.