public class SeleniumInterfaceConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SeleniumInterfaceConfiguration.SAVE_SOURCE |
| Constructor and Description |
|---|
SeleniumInterfaceConfiguration(String anInterfaceName,
SeleniumConfiguration.BROWSER_TYPE aBrowserType) |
SeleniumInterfaceConfiguration(String anInterfaceName,
SeleniumConfiguration.BROWSER_TYPE aBrowserType,
String aBaseUrl,
SeleniumInterfaceConfiguration.SAVE_SOURCE aSavePageSource,
SeleniumInterfaceConfiguration.SAVE_SOURCE aSaveScreenShot,
ArrayList<String> aCustomKeywordLinks) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
SeleniumConfiguration.BROWSER_TYPE |
getBrowserType() |
ArrayList<String> |
getCustomKeywordLinks() |
String |
getInterfaceName() |
SeleniumInterfaceConfiguration.SAVE_SOURCE |
getSavePageSource() |
SeleniumInterfaceConfiguration.SAVE_SOURCE |
getSaveScreenShot() |
URL |
getSeleniumGridUrl() |
void |
setBaseUrl(String baseUrl) |
void |
setCustomKeywordLinks(ArrayList<String> customKeywordLinks) |
void |
setSavePageSource(SeleniumInterfaceConfiguration.SAVE_SOURCE savePageSource) |
void |
setSaveScreenShot(SeleniumInterfaceConfiguration.SAVE_SOURCE 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, SeleniumInterfaceConfiguration.SAVE_SOURCE aSavePageSource, SeleniumInterfaceConfiguration.SAVE_SOURCE 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 SeleniumInterfaceConfiguration.SAVE_SOURCE getSaveScreenShot()
public void setSaveScreenShot(SeleniumInterfaceConfiguration.SAVE_SOURCE saveScreenShot)
saveScreenShot - the saveScreenShot to setpublic SeleniumInterfaceConfiguration.SAVE_SOURCE getSavePageSource()
public void setSavePageSource(SeleniumInterfaceConfiguration.SAVE_SOURCE 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.