|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.selenium.AbstractSeleniumConfiguration
public abstract class AbstractSeleniumConfiguration
An abstract implementation of the SeleniumConfigurationClass that has methods that return default values for some of the configuration variables
| Constructor Summary | |
|---|---|
AbstractSeleniumConfiguration()
|
|
| Method Summary | |
|---|---|
long |
getActionWait()
The time that various utility classes will wait after performing some Selenium action like the mouseOver method in the SeleniumClient. |
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. |
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.selenium.SeleniumConfiguration |
|---|
getBaseUrl, getBrowserStartString, getServerLocation, getServerPort, getStartSeleniumServer |
| Constructor Detail |
|---|
public AbstractSeleniumConfiguration()
| Method Detail |
|---|
public long getActionWait()
SeleniumConfigurationSeleniumClient.
getActionWait in interface SeleniumConfigurationpublic long getPageLoadWait()
SeleniumConfiguration
getPageLoadWait in interface SeleniumConfigurationpublic long getConditionCheckInterval()
SeleniumConfiguration
getConditionCheckInterval in interface SeleniumConfigurationSeleniumAssertions#byTimeout(Condition)}public String getFirefoxProfileTemplate()
SeleniumConfiguration
getFirefoxProfileTemplate in interface SeleniumConfigurationpublic boolean getSingleWindowMode()
SeleniumConfiguration
getSingleWindowMode in interface SeleniumConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||