public class SeleniumInterfaceConfiguration extends Object
| Constructor and Description |
|---|
SeleniumInterfaceConfiguration(String anInterfaceName,
SeleniumConfiguration.BROWSER_TYPE aBrowserType) |
SeleniumInterfaceConfiguration(String anInterfaceName,
SeleniumConfiguration.BROWSER_TYPE aBrowserType,
String aBaseUrl,
boolean aSavePageSource,
boolean aSaveScreenShot,
ArrayList<String> aCustomKeywordLinks) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
SeleniumConfiguration.BROWSER_TYPE |
getBrowserType() |
ArrayList<String> |
getCustomKeywordLinks() |
String |
getInterfaceName() |
boolean |
getSavePageSource() |
boolean |
getSaveScreenShot() |
URL |
getSeleniumGridUrl() |
void |
setBaseUrl(String baseUrl) |
void |
setCustomKeywordLinks(ArrayList<String> customKeywordLinks) |
void |
setSavePageSource(boolean savePageSource) |
void |
setSaveScreenShot(boolean saveScreenShot) |
void |
setSeleniumGridUrl(URL seleniumGridUrl) |
void |
setType(SeleniumConfiguration.BROWSER_TYPE type) |
public SeleniumInterfaceConfiguration(String anInterfaceName, SeleniumConfiguration.BROWSER_TYPE aBrowserType)
anInterfaceName - aBrowserType - public SeleniumInterfaceConfiguration(String anInterfaceName, SeleniumConfiguration.BROWSER_TYPE aBrowserType, String aBaseUrl, boolean aSavePageSource, boolean aSaveScreenShot, ArrayList<String> aCustomKeywordLinks)
public String getInterfaceName()
public SeleniumConfiguration.BROWSER_TYPE getBrowserType()
public void setType(SeleniumConfiguration.BROWSER_TYPE type)
type - the browser-type to setpublic boolean getSaveScreenShot()
public void setSaveScreenShot(boolean saveScreenShot)
saveScreenShot - the saveScreenShot to setpublic boolean getSavePageSource()
public void setSavePageSource(boolean savePageSource)
savePageSource - the savePageSource to setpublic String getBaseUrl()
public void setBaseUrl(String baseUrl)
baseUrl - the baseUrl to setpublic ArrayList<String> getCustomKeywordLinks()
public void setCustomKeywordLinks(ArrayList<String> customKeywordLinks)
customKeywordLinks - the customKeywordLinks to setpublic URL getSeleniumGridUrl()
public void setSeleniumGridUrl(URL seleniumGridUrl)
seleniumGridUrl - the seleniumGridUrl to setCopyright © 2013. All Rights Reserved.