| Package | Description | 
|---|---|
| org.htmlunit | Framework classes (contains the  WebClientclass which is the main entry point). | 
| org.htmlunit.html | Classes specific to HTML pages, particularly the  HtmlPagewhich represents
 an HTML document and provides access to its content. | 
| Modifier and Type | Method and Description | 
|---|---|
| <P extends Page> | WebClient. getPage(String url)Convenient method to build a URL and load it into the current WebWindow as it would be done
 by  WebClient.getPage(WebWindow, WebRequest). | 
| <P extends Page> | WebClient. getPage(URL url)Convenient method to load a URL into the current top WebWindow as it would be done
 by  WebClient.getPage(WebWindow, WebRequest). | 
| <P extends Page> | WebClient. getPage(WebRequest request)Convenient method to load a web request into the current top WebWindow. | 
| <P extends Page> | WebClient. getPage(WebWindow webWindow,
       WebRequest webRequest)Send a request to a server and return a Page that represents the
 response from the server. | 
| void | WebClient. loadDownloadedResponses()INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. | 
| Page | WebClient. loadWebResponseInto(WebResponse webResponse,
                   WebWindow webWindow)Creates a page based on the specified response and inserts it into the specified window. | 
| Page | WebClient. loadWebResponseInto(WebResponse webResponse,
                   WebWindow webWindow,
                   String forceAttachmentWithFilename)INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HtmlPage. initialize()Initialize this page. | 
| void | BaseFrameElement. loadInnerPage()INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. | 
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.