public abstract class AbstractSeleniumConfiguration extends Object implements SeleniumConfiguration
| Constructor and Description |
|---|
AbstractSeleniumConfiguration() |
| 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. |
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()
By default return null so reports aren't generated.
|
boolean |
getShowAutoGeneratedPerformanceEvents()
By default return false so only events with explicit keys
are recorded (if a report location is specified).
|
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseUrl, getBrowserStartString, getServerLocation, getServerPort, getStartSeleniumServerpublic long getActionWait()
SeleniumConfigurationSeleniumClient.getActionWait in interface SeleniumConfigurationpublic long getPageLoadWait()
SeleniumConfigurationgetPageLoadWait in interface SeleniumConfigurationpublic long getConditionCheckInterval()
SeleniumConfigurationgetConditionCheckInterval in interface SeleniumConfigurationSeleniumAssertions#byTimeout(Condition)}public String getFirefoxProfileTemplate()
SeleniumConfigurationgetFirefoxProfileTemplate in interface SeleniumConfigurationpublic boolean getSingleWindowMode()
SeleniumConfigurationgetSingleWindowMode in interface SeleniumConfigurationpublic String getPerformanceReportLocation()
getPerformanceReportLocation in interface SeleniumConfigurationpublic boolean getShowAutoGeneratedPerformanceEvents()
getShowAutoGeneratedPerformanceEvents in interface SeleniumConfigurationCopyright © 2015 Atlassian. All rights reserved.