Package | Description |
---|---|
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() . |
Modifier and Type | Method and Description |
---|---|
JavaScriptExecutor |
JavaScriptEngine.getJavaScriptExecutor()
Returns the JavaScriptExecutor.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaScriptExecutor
An event loop to execute all the JavaScript jobs.
|
Modifier and Type | Method and Description |
---|---|
JavaScriptExecutor |
BackgroundJavaScriptFactory.createJavaScriptExecutor(WebClient webClient)
Creates the
JavaScriptExecutor that will be used to handle JS. |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.