Namespace webdriver
code »Interfaces
|
Classes
|
Enumerations
|
Show:
Type Definitions
code »webdriver.ProxyConfig : ({proxyType: string}|{proxyType: string, proxyAutoconfigUrl: string}|{proxyType: string, ftpProxy: string, httpProxy: string, sslProxy: string, noProxy: string})
Describes how a proxy should be configured for a WebDriver session.
Proxy configuration object, as defined by the WebDriver wire protocol.
({proxyType: string}|{proxyType: string, proxyAutoconfigUrl: string}|{proxyType: string, ftpProxy: string, httpProxy: string, sslProxy: string, noProxy: string})