public interface SeleniumConfiguration
| Modifier and Type | Method and Description |
|---|---|
long |
getActionWait()
The time that various utility classes will wait after performing some Selenium
action like the mouseOver method in the
SeleniumClient. |
String |
getBaseUrl()
The starting url for the browser
|
String |
getBrowserStartString()
The browser start string to be passed to Selenium
|
long |
getConditionCheckInterval()
The time in milliseconds between condition checks.
|
String |
getFirefoxProfileTemplate()
Gets firefox profile location
|
long |
getPageLoadWait()
The maximum time various utility clasess will wait for a page to load.
|
String |
getPerformanceReportLocation()
File location where the performance report based on the time in wait for conditions
should be created.
|
String |
getServerLocation()
The address of the node hosting the selenium
server.
|
int |
getServerPort()
The port the selenium server is listening on
|
boolean |
getShowAutoGeneratedPerformanceEvents()
Determines whether the performance report will include all events (using the locator
or some other auto-generated value as a key) or just those events where an explicit
key has been provided.
|
boolean |
getSingleWindowMode()
Only applies if Selenium Server is started by the Atlassian Selenium Framework
Will run the selenium server in single browser window or split between a command
window and a test window
|
boolean |
getStartSeleniumServer()
Whether the framework should start the selenium server
|
String getServerLocation()
int getServerPort()
String getBrowserStartString()
String getFirefoxProfileTemplate()
String getBaseUrl()
boolean getStartSeleniumServer()
long getActionWait()
SeleniumClient.long getPageLoadWait()
long getConditionCheckInterval()
SeleniumAssertions#byTimeout(Condition)}boolean getSingleWindowMode()
String getPerformanceReportLocation()
boolean getShowAutoGeneratedPerformanceEvents()
Copyright © 2015 Atlassian. All rights reserved.