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

Method getWebClient

src/main/java/org/htmlunit/SgmlPage.java:134–136  ·  view source on GitHub ↗

Returns the WebClient that originally loaded this page. @return the WebClient that originally loaded this page

()

Source from the content-addressed store, hash-verified

132 * @return the WebClient that originally loaded this page
133 */
134 public WebClient getWebClient() {
135 return webClient_;
136 }
137
138 /**
139 * Creates an empty {@link DomDocumentFragment} object.

Callers 15

cleanUpMethod · 0.95
getCookieMethod · 0.95
setCookieMethod · 0.95
jsConstructorImageMethod · 0.95
jsConstructorMethod · 0.95
setLengthMethod · 0.95
transformMethod · 0.95
closeMethod · 0.95
isExecutionNeededMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected