public class DriverConfiguration extends Object
| Constructor and Description |
|---|
DriverConfiguration(Class<?> klass) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBrowserCount() |
List<Browser> |
getBrowsers() |
ClassLoader |
getClassLoader() |
int |
getPort() |
String |
getProperty(String name) |
String |
getProperty(String name,
String defaultValue) |
URL |
getServerURL() |
int |
getTestTimeout() |
int |
getWaitForBrowser() |
boolean |
isDebugEnabled() |
boolean |
isSkipIfNoBrowser() |
boolean |
isStartBrowser() |
void |
setDebugEnabled(boolean debugEnabled) |
void |
setPort(int port) |
void |
setSkipIfNoBrowser(boolean skipIfNoBrowser) |
void |
setStartBrowser(boolean startBrowser) |
void |
setTestTimeout(int testTimeout) |
void |
setWaitForBrowser(int waitForBrowser) |
public DriverConfiguration(Class<?> klass)
public int getPort()
public void setPort(int port)
public int getWaitForBrowser()
public void setWaitForBrowser(int waitForBrowser)
public boolean isSkipIfNoBrowser()
public void setSkipIfNoBrowser(boolean skipIfNoBrowser)
public boolean isStartBrowser()
public void setStartBrowser(boolean startBrowser)
public int getTestTimeout()
public void setTestTimeout(int testTimeout)
public int getBrowserCount()
public boolean isDebugEnabled()
public void setDebugEnabled(boolean debugEnabled)
public ClassLoader getClassLoader()
public URL getServerURL()
Copyright © 2015. All Rights Reserved.