org.openqa.selenium.remote
Interface CapabilityType.ForSeleniumServer

Enclosing interface:
CapabilityType

public static interface CapabilityType.ForSeleniumServer


Field Summary
static java.lang.String AVOIDING_PROXY
           
static java.lang.String ENSURING_CLEAN_SESSION
           
static java.lang.String ONLY_PROXYING_SELENIUM_TRAFFIC
           
static java.lang.String PROXY_PAC
           
static java.lang.String PROXYING_EVERYTHING
           
 

Field Detail

AVOIDING_PROXY

static final java.lang.String AVOIDING_PROXY
See Also:
Constant Field Values

ONLY_PROXYING_SELENIUM_TRAFFIC

static final java.lang.String ONLY_PROXYING_SELENIUM_TRAFFIC
See Also:
Constant Field Values

PROXYING_EVERYTHING

static final java.lang.String PROXYING_EVERYTHING
See Also:
Constant Field Values

PROXY_PAC

static final java.lang.String PROXY_PAC
See Also:
Constant Field Values

ENSURING_CLEAN_SESSION

static final java.lang.String ENSURING_CLEAN_SESSION
See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.