Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
com.gargoylesoftware.htmlunit.util |
Misc utilities
|
Modifier and Type | Method and Description |
---|---|
WebClient |
WebWindow.getWebClient()
Returns the web client that "owns" this window.
|
WebClient |
WebWindowImpl.getWebClient()
Returns the web client that "owns" this window.
|
WebClient |
SgmlPage.getWebClient()
Returns the WebClient that originally loaded this page.
|
Constructor and Description |
---|
DialogWindow(WebClient webClient,
Object arguments)
Creates a new instance.
|
HttpWebConnection(WebClient webClient)
Creates a new HTTP web connection instance.
|
TopLevelWindow(String name,
WebClient webClient)
Creates an instance.
|
WebWindowImpl(WebClient webClient)
Creates a window and associates it with the client.
|
Constructor and Description |
---|
FalsifyingWebConnection(WebClient webClient)
Constructs an instance and places itself as connection of the WebClient.
|
WebConnectionWrapper(WebClient webClient)
Constructs a WebConnection object wrapping the connection of the WebClient and places itself as
connection of the WebClient.
|
Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.