Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
com.gargoylesoftware.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 only
logging in some cases. |
Copyright © 2002–2019 Gargoyle Software Inc.. All rights reserved.