Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
org.htmlunit.javascript |
Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
JavaScriptErrorListener |
WebClient.getJavaScriptErrorListener()
Returns the javascript error listener for this
WebClient . |
Modifier and Type | Method and Description |
---|---|
void |
WebClient.setJavaScriptErrorListener(JavaScriptErrorListener javaScriptErrorListener)
Sets the javascript error listener for this
WebClient . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaScriptErrorListener
Default implementation of
JavaScriptErrorListener that does
default logging. |
class |
SilentJavaScriptErrorListener
Silent implementation of
JavaScriptErrorListener that does no logging at all. |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.