|
|||||||||
| 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. |
long |
getPageLoadWait()
The maximum time various utility clasess will wait for a page to load. |
| 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)}
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||