public class ParameterizedSeleniumConfiguration extends AbstractSeleniumConfiguration
| Constructor and Description |
|---|
ParameterizedSeleniumConfiguration(String serverLocation,
int serverPort,
String browserStartString,
String baseUrl) |
| Modifier and Type | Method and Description |
|---|---|
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, getSingleWindowModepublic String getServerLocation()
SeleniumConfigurationpublic int getServerPort()
SeleniumConfigurationpublic String getBrowserStartString()
SeleniumConfigurationpublic String getBaseUrl()
SeleniumConfigurationpublic boolean getStartSeleniumServer()
SeleniumConfigurationCopyright © 2015 Atlassian. All rights reserved.