public enum WebdriverSubstepsPropertiesConfiguration extends Enum<WebdriverSubstepsPropertiesConfiguration> implements WebdriverSubstepsConfiguration
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
baseURL() |
boolean |
closeVisualWebDriveronFail() |
long |
defaultTimeout() |
String |
driverLocale() |
DefaultDriverType |
driverType() |
String |
getChromeDriverPath() |
String |
getHtmlUnitProxyHost() |
Integer |
getHtmlUnitProxyPort() |
String |
getNetworkProxyHost() |
int |
getNetworkProxyPort() |
Class<? extends WebDriverFactory> |
getWebDriverFactoryClass() |
boolean |
isJavascriptDisabledWithHTMLUnit() |
boolean |
reuseWebDriver() |
boolean |
shutDownWebdriver() |
static WebdriverSubstepsPropertiesConfiguration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebdriverSubstepsPropertiesConfiguration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebdriverSubstepsPropertiesConfiguration INSTANCE
public static WebdriverSubstepsPropertiesConfiguration[] values()
for (WebdriverSubstepsPropertiesConfiguration c : WebdriverSubstepsPropertiesConfiguration.values()) System.out.println(c);
public static WebdriverSubstepsPropertiesConfiguration valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String baseURL()
baseURL in interface WebdriverSubstepsConfigurationpublic DefaultDriverType driverType()
driverType in interface WebdriverSubstepsConfigurationpublic String driverLocale()
driverLocale in interface WebdriverSubstepsConfigurationpublic boolean shutDownWebdriver()
shutDownWebdriver in interface WebdriverSubstepsConfigurationpublic boolean isJavascriptDisabledWithHTMLUnit()
isJavascriptDisabledWithHTMLUnit in interface WebdriverSubstepsConfigurationpublic boolean closeVisualWebDriveronFail()
closeVisualWebDriveronFail in interface WebdriverSubstepsConfigurationpublic boolean reuseWebDriver()
reuseWebDriver in interface WebdriverSubstepsConfigurationpublic long defaultTimeout()
defaultTimeout in interface WebdriverSubstepsConfigurationpublic String getHtmlUnitProxyHost()
getHtmlUnitProxyHost in interface WebdriverSubstepsConfigurationpublic Integer getHtmlUnitProxyPort()
getHtmlUnitProxyPort in interface WebdriverSubstepsConfigurationpublic Class<? extends WebDriverFactory> getWebDriverFactoryClass()
getWebDriverFactoryClass in interface WebdriverSubstepsConfigurationpublic String getNetworkProxyHost()
getNetworkProxyHost in interface WebdriverSubstepsConfigurationpublic int getNetworkProxyPort()
getNetworkProxyPort in interface WebdriverSubstepsConfigurationpublic String getChromeDriverPath()
getChromeDriverPath in interface WebdriverSubstepsConfigurationCopyright © 2016 Substeps. All rights reserved.