Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
org.htmlunit.css |
Classes supporting Cascading Style Sheets.
|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
org.htmlunit.javascript |
Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.background |
Classes relating to background JavaScript execution, which is usually triggered via
setTimeout() or setInterval() . |
org.htmlunit.util |
Miscellaneous utilities.
|
org.htmlunit.websocket |
WebSocket support.
|
Modifier and Type | Method and Description |
---|---|
WebClient |
WebWindowImpl.getWebClient()
Returns the web client that "owns" this window.
|
WebClient |
WebWindow.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.
|
Screen(WebClient webClient)
Creates an instance.
|
TopLevelWindow(String name,
WebClient webClient)
Creates an instance.
|
WebWindowImpl(WebClient webClient)
Creates a window and associates it with the client.
|
Modifier and Type | Method and Description |
---|---|
static org.htmlunit.cssparser.dom.MediaListImpl |
CssStyleSheet.parseMedia(String mediaString,
WebClient webClient)
Parses the given media string.
|
Modifier and Type | Method and Description |
---|---|
protected org.htmlunit.cssparser.parser.selector.SelectorList |
DomNode.getSelectorList(String selectors,
WebClient webClient)
Returns the
SelectorList . |
Modifier and Type | Method and Description |
---|---|
static void |
JavaScriptEngine.applyPolyfills(WebClient webClient,
BrowserVersion browserVersion,
org.htmlunit.corejs.javascript.Context context,
HtmlUnitScriptable scriptable)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
static void |
JavaScriptEngine.configureRhino(WebClient webClient,
BrowserVersion browserVersion,
HtmlUnitScriptable scope)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Constructor and Description |
---|
HtmlUnitContextFactory(WebClient webClient)
Creates a new instance of HtmlUnitContextFactory.
|
JavaScriptEngine(WebClient webClient)
Creates an instance for the specified
WebClient . |
Modifier and Type | Method and Description |
---|---|
JavaScriptExecutor |
BackgroundJavaScriptFactory.createJavaScriptExecutor(WebClient webClient)
Creates the
JavaScriptExecutor that will be used to handle JS. |
Constructor and Description |
---|
DefaultJavaScriptExecutor(WebClient webClient)
Creates an EventLoop for the webClient.
|
Modifier and Type | Method and Description |
---|---|
static void |
WebClientUtils.attachVisualDebugger(WebClient client)
Attaches a visual (GUI) debugger to the specified 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.
|
Constructor and Description |
---|
JettyWebSocketAdapter(WebClient webClient) |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.