| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit |
Framework classes
|
| com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various javascript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| Modifier and Type | Method and Description |
|---|---|
JavaScriptEngine |
WebClient.getJavaScriptEngine()
This method is intended for testing only - use at your own risk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebClient.setJavaScriptEngine(JavaScriptEngine engine)
This method is intended for testing only - use at your own risk.
|
| Modifier and Type | Method and Description |
|---|---|
JavaScriptEngine |
Window.getJavaScriptEngine()
Gets the Javascript Engine responsible for this object.
|
| Constructor and Description |
|---|
Window(JavaScriptEngine scriptEngine)
Creates an instance.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.