Uses of Interface
org.htmlunit.javascript.background.JavaScriptExecutor
-
Packages that use JavaScriptExecutor 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 viasetTimeout()
orsetInterval()
. -
-
Uses of JavaScriptExecutor in org.htmlunit.javascript
Fields in org.htmlunit.javascript declared as JavaScriptExecutor Modifier and Type Field Description private JavaScriptExecutor
JavaScriptEngine. javaScriptExecutor_
The JavaScriptExecutor corresponding to all windows of this Web clientMethods in org.htmlunit.javascript that return JavaScriptExecutor Modifier and Type Method Description JavaScriptExecutor
JavaScriptEngine. getJavaScriptExecutor()
Returns the JavaScriptExecutor. -
Uses of JavaScriptExecutor in org.htmlunit.javascript.background
Classes in org.htmlunit.javascript.background that implement JavaScriptExecutor Modifier and Type Class Description class
DefaultJavaScriptExecutor
An event loop to execute all the JavaScript jobs.Methods in org.htmlunit.javascript.background that return JavaScriptExecutor Modifier and Type Method Description JavaScriptExecutor
BackgroundJavaScriptFactory. createJavaScriptExecutor(WebClient webClient)
Creates theJavaScriptExecutor
that will be used to handle JS.
-