|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SeleniumConfiguration
A class that should be implemented by all users of the Atlassian-Selenium library. Implementations
| Method Summary | |
|---|---|
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 |
getServerLocation()
The address of the node hosting the selenium server. |
int |
getServerPort()
The port the selenium server is listening on |
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 |
| Method Detail |
|---|
String getServerLocation()
int getServerPort()
String getBrowserStartString()
String getFirefoxProfileTemplate()
String getBaseUrl()
boolean getStartSeleniumServer()
long getActionWait()
SeleniumClient.
long getPageLoadWait()
long getConditionCheckInterval()
SeleniumAssertions#byTimeout(Condition)}boolean getSingleWindowMode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||