|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GrapheneConfiguration
The runtime configuration of Graphene test.
| Nested Class Summary | |
|---|---|
static class |
GrapheneConfiguration.TimeoutType
Type of selenium timeout |
| Method Summary | |
|---|---|
Browser |
getBrowser()
Returns current browser implementation used in tests. |
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 |
String |
getStartParameters()
Returns the selenium startup parameters (as required by Selenium#start(String) method). |
long |
getTimeout(GrapheneConfiguration.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 |
|---|
Browser getBrowser()
String getSeleniumHost()
int getSeleniumPort()
boolean isSeleniumMaximize()
boolean isSeleniumDebug()
int getSeleniumSpeed()
boolean isSeleniumNetworkTrafficEnabled()
String getStartParameters()
long getTimeout(GrapheneConfiguration.TimeoutType type)
type - the type of timeout (GrapheneConfiguration.TimeoutType)
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||