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 JavaScriptExecutorJavaScriptEngine.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 TypeClassDescriptionclassAn event loop to execute all the JavaScript jobs.Methods in org.htmlunit.javascript.background that return JavaScriptExecutorModifier and TypeMethodDescriptionBackgroundJavaScriptFactory.createJavaScriptExecutor(WebClient webClient) Creates theJavaScriptExecutorthat will be used to handle JS.