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 |
---|---|
AbstractJavaScriptEngine<?> |
WebClient.getJavaScriptEngine()
This method is intended for testing only - use at your own risk.
|
Modifier and Type | Method and Description |
---|---|
void |
WebClient.setJavaScriptEngine(AbstractJavaScriptEngine<?> engine)
This method is intended for testing only - use at your own risk.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaScriptEngine
A wrapper for the Rhino JavaScript engine
that provides browser specific features.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.