Package org.openqa.selenium.remote
Interface CapabilityType.ForSeleniumServer
-
- Enclosing interface:
- CapabilityType
@Deprecated public static interface CapabilityType.ForSeleniumServerDeprecated.Non W3C compliant
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAVOIDING_PROXYDeprecated.Non W3C compliantstatic java.lang.StringENSURING_CLEAN_SESSIONDeprecated.Non W3C compliantstatic java.lang.StringONLY_PROXYING_SELENIUM_TRAFFICDeprecated.Non W3C compliantstatic java.lang.StringPROXY_PACDeprecated.Non W3C compliantstatic java.lang.StringPROXYING_EVERYTHINGDeprecated.Non W3C compliant
-
-
-
Field Detail
-
AVOIDING_PROXY
@Deprecated static final java.lang.String AVOIDING_PROXY
Deprecated.Non W3C compliant- See Also:
- Constant Field Values
-
ONLY_PROXYING_SELENIUM_TRAFFIC
@Deprecated static final java.lang.String ONLY_PROXYING_SELENIUM_TRAFFIC
Deprecated.Non W3C compliant- See Also:
- Constant Field Values
-
PROXYING_EVERYTHING
@Deprecated static final java.lang.String PROXYING_EVERYTHING
Deprecated.Non W3C compliant- See Also:
- Constant Field Values
-
PROXY_PAC
@Deprecated static final java.lang.String PROXY_PAC
Deprecated.Non W3C compliant- See Also:
- Constant Field Values
-
ENSURING_CLEAN_SESSION
@Deprecated static final java.lang.String ENSURING_CLEAN_SESSION
Deprecated.Non W3C compliant- See Also:
- Constant Field Values
-
-