Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript |
Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.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.
|
class |
GAEJavaScriptExecutor
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Google App Engine specific subclass to facilitate execution of JS jobs. |
Modifier and Type | Method and Description |
---|---|
JavaScriptExecutor |
BackgroundJavaScriptFactory.createJavaScriptExecutor(WebClient webClient)
Creates the
JavaScriptExecutor that will be used to handle JS. |
Copyright © 2002–2018 Gargoyle Software Inc.. All rights reserved.