MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / WebClient

Method WebClient

src/main/java/org/htmlunit/WebClient.java:270–272  ·  view source on GitHub ↗

Creates a web client instance using the browser version returned by BrowserVersion#getDefault().

()

Source from the content-addressed store, hash-verified

268 * {@link BrowserVersion#getDefault()}.
269 */
270 public WebClient() {
271 this(BrowserVersion.getDefault());
272 }
273
274 /**
275 * Creates a web client instance using the specified {@link BrowserVersion}.

Callers

nothing calls this directly

Calls 4

getDefaultMethod · 0.95
notNullMethod · 0.95
getOptionsMethod · 0.95
setProxyConfigMethod · 0.80

Tested by

no test coverage detected