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

Method getPage

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

Send a request to a server and return a Page that represents the response from the server. This page will be used to populate the provided window. The returned Page will be created by the PageCreator configured by #setPageCreator(PageCreator), if any. The {@link Defau

(final WebWindow webWindow, final WebRequest webRequest)

Source from the content-addressed store, hash-verified

409 * @see WebRequest
410 */
411 public <P extends Page> P getPage(final WebWindow webWindow, final WebRequest webRequest)
412 throws IOException, FailingHttpStatusCodeException {
413 return getPage(webWindow, webRequest, true);
414 }
415
416 /**
417 * <span style="color:red">INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.</span><br>

Calls 15

getUrlMethod · 0.95
sameFileMethod · 0.95
getWebResponseMethod · 0.95
clearComputedStylesMethod · 0.95
getLocationMethod · 0.95
isHtmlPageMethod · 0.95
loadWebResponseMethod · 0.95
loadWebResponseIntoMethod · 0.95