|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AjocadoConfiguration
| Nested Class Summary | |
|---|---|
static class |
AjocadoConfiguration.TimeoutType
Type of selenium timeout |
| Method Summary | |
|---|---|
Browser |
getBrowser()
Returns current browser implementation used in tests. |
File |
getBuildDirectory()
Returns current project build (target) directory. |
URL |
getContextPath()
Returns context path, the URL for application context incl. |
URL |
getContextRoot()
Returns context root, the root URL for server instance. |
File |
getResourcesDirectory()
Returns current resources dir, such as images, XMLs, etc. |
String |
getSeleniumHost()
Returns the host of Selenium Server |
int |
getSeleniumPort()
Returns the port for Selenium Server |
int |
getSeleniumSpeed()
Returns the speed of performing selenium commands |
long |
getTimeout(AjocadoConfiguration.TimeoutType type)
Returns the predefined timeout for given type. |
boolean |
isSeleniumDebug()
Returns if Selenium test is in debug mode |
boolean |
isSeleniumMaximize()
Returns whenever should browser window be maximized after start. |
boolean |
isSeleniumNetworkTrafficEnabled()
Returns if the network traffic should be captured during the selenium session. |
| Method Detail |
|---|
URL getContextRoot()
URL getContextPath()
getContextRoot().
getContextRoot().Browser getBrowser()
File getResourcesDirectory()
File getBuildDirectory()
String getSeleniumHost()
int getSeleniumPort()
boolean isSeleniumMaximize()
boolean isSeleniumDebug()
int getSeleniumSpeed()
boolean isSeleniumNetworkTrafficEnabled()
long getTimeout(AjocadoConfiguration.TimeoutType type)
type - the type of timeout (AjocadoConfiguration.TimeoutType)
|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||