public class MockSeleniumConfiguration extends Object implements SeleniumConfiguration
SeleniumConfiguration.| Constructor and Description |
|---|
MockSeleniumConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MockSeleniumConfiguration |
conditionInterval(long interval) |
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
|
public MockSeleniumConfiguration conditionInterval(long interval)
public String getServerLocation()
SeleniumConfigurationgetServerLocation in interface SeleniumConfigurationpublic int getServerPort()
SeleniumConfigurationgetServerPort in interface SeleniumConfigurationpublic String getBrowserStartString()
SeleniumConfigurationgetBrowserStartString in interface SeleniumConfigurationpublic String getFirefoxProfileTemplate()
SeleniumConfigurationgetFirefoxProfileTemplate in interface SeleniumConfigurationpublic String getBaseUrl()
SeleniumConfigurationgetBaseUrl in interface SeleniumConfigurationpublic boolean getStartSeleniumServer()
SeleniumConfigurationgetStartSeleniumServer in interface SeleniumConfigurationpublic long getActionWait()
SeleniumConfigurationSeleniumClient.getActionWait in interface SeleniumConfigurationpublic long getPageLoadWait()
SeleniumConfigurationgetPageLoadWait in interface SeleniumConfigurationpublic long getConditionCheckInterval()
SeleniumConfigurationgetConditionCheckInterval in interface SeleniumConfigurationSeleniumAssertions#byTimeout(Condition)}public boolean getSingleWindowMode()
SeleniumConfigurationgetSingleWindowMode in interface SeleniumConfigurationpublic String getPerformanceReportLocation()
SeleniumConfigurationgetPerformanceReportLocation in interface SeleniumConfigurationpublic boolean getShowAutoGeneratedPerformanceEvents()
SeleniumConfigurationgetShowAutoGeneratedPerformanceEvents in interface SeleniumConfigurationCopyright © 2015 Atlassian. All rights reserved.