public interface GrapheneConfiguration extends Cloneable, Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
GrapheneConfiguration.TimeoutType
Type of selenium timeout
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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)Copyright © 2013 JBoss by Red Hat. All Rights Reserved.