Uses of Interface
org.htmlunit.javascript.background.JavaScriptExecutor
Packages that use JavaScriptExecutor
Package
Description
Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
Classes relating to background JavaScript execution, which is usually triggered via
setTimeout()
or setInterval()
.-
Uses of JavaScriptExecutor in org.htmlunit.javascript
Fields in org.htmlunit.javascript declared as JavaScriptExecutorModifier and TypeFieldDescriptionprivate JavaScriptExecutor
JavaScriptEngine.javaScriptExecutor_
The JavaScriptExecutor corresponding to all windows of this Web clientMethods in org.htmlunit.javascript that return JavaScriptExecutorModifier and TypeMethodDescriptionJavaScriptEngine.getJavaScriptExecutor()
Returns the JavaScriptExecutor. -
Uses of JavaScriptExecutor in org.htmlunit.javascript.background
Classes in org.htmlunit.javascript.background that implement JavaScriptExecutorModifier and TypeClassDescriptionclass
An event loop to execute all the JavaScript jobs.Methods in org.htmlunit.javascript.background that return JavaScriptExecutorModifier and TypeMethodDescriptionBackgroundJavaScriptFactory.createJavaScriptExecutor
(WebClient webClient) Creates theJavaScriptExecutor
that will be used to handle JS.