Serialized Form
-
Package org.openqa.selenium.htmlunit.options
-
Class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions extends org.openqa.selenium.remote.AbstractDriverOptions<HtmlUnitDriverOptions> implements Serializable
-
Serialized Fields
-
webClientOptions_
WebClientOptions webClientOptions_
Configuration options for the underlyingWebClientinstance. -
webClientVersion_
BrowserVersion webClientVersion_
TheBrowserVersionused by the underlyingWebClient.
-
-
-
Class org.openqa.selenium.htmlunit.options.KeyStoreBean extends Object implements Serializable
-
Class org.openqa.selenium.htmlunit.options.ProxyConfigBean extends Object implements Serializable
-
Serialized Fields
-
autoConfigUrl_
String autoConfigUrl_
URL to a proxy auto-configuration (PAC) file. -
bypassHosts_
List<String> bypassHosts_
The list of hosts to bypass the proxy for. -
host_
String host_
The proxy host name or IP address. -
port_
int port_
The port number of the proxy server. -
scheme_
String scheme_
The scheme used by the proxy (e.g., "http", "https"). -
socksProxy_
boolean socksProxy_
Indicates whether this is a SOCKS proxy.
-
-
-