public class Browser extends Object implements Closeable
| Constructor and Description |
|---|
Browser(Fetcher fetcher,
Request request,
Response response) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.gargoylesoftware.htmlunit.html.HtmlPage |
getPage() |
com.gargoylesoftware.htmlunit.WebClient |
getWebClient() |
com.gargoylesoftware.htmlunit.WebClient |
getWebClient(com.gargoylesoftware.htmlunit.BrowserVersion browserVersion) |
public com.gargoylesoftware.htmlunit.WebClient getWebClient()
public com.gargoylesoftware.htmlunit.WebClient getWebClient(com.gargoylesoftware.htmlunit.BrowserVersion browserVersion)
public com.gargoylesoftware.htmlunit.html.HtmlPage getPage()
throws IOException
IOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2018. All rights reserved.