|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.selenium.mock.MockSeleniumConfiguration
public class MockSeleniumConfiguration
Mock SeleniumConfiguration.
| Constructor Summary | |
|---|---|
MockSeleniumConfiguration()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MockSeleniumConfiguration()
| Method Detail |
|---|
public MockSeleniumConfiguration conditionInterval(long interval)
public String getServerLocation()
SeleniumConfiguration
getServerLocation in interface SeleniumConfigurationpublic int getServerPort()
SeleniumConfiguration
getServerPort in interface SeleniumConfigurationpublic String getBrowserStartString()
SeleniumConfiguration
getBrowserStartString in interface SeleniumConfigurationpublic String getFirefoxProfileTemplate()
SeleniumConfiguration
getFirefoxProfileTemplate in interface SeleniumConfigurationpublic String getBaseUrl()
SeleniumConfiguration
getBaseUrl in interface SeleniumConfigurationpublic boolean getStartSeleniumServer()
SeleniumConfiguration
getStartSeleniumServer in interface SeleniumConfigurationpublic long getActionWait()
SeleniumConfigurationSeleniumClient.
getActionWait in interface SeleniumConfigurationpublic long getPageLoadWait()
SeleniumConfiguration
getPageLoadWait in interface SeleniumConfigurationpublic long getConditionCheckInterval()
SeleniumConfiguration
getConditionCheckInterval in interface SeleniumConfigurationSeleniumAssertions#byTimeout(Condition)}public boolean getSingleWindowMode()
SeleniumConfiguration
getSingleWindowMode in interface SeleniumConfigurationpublic String getPerformanceReportLocation()
SeleniumConfiguration
getPerformanceReportLocation in interface SeleniumConfigurationpublic boolean getShowAutoGeneratedPerformanceEvents()
SeleniumConfiguration
getShowAutoGeneratedPerformanceEvents in interface SeleniumConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||