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 JavaScriptExecutorJavaScriptEngine. javaScriptExecutor_The JavaScriptExecutor corresponding to all windows of this Web clientMethods in org.htmlunit.javascript that return JavaScriptExecutor Modifier and Type Method Description JavaScriptExecutorJavaScriptEngine. 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 classDefaultJavaScriptExecutorAn event loop to execute all the JavaScript jobs.Methods in org.htmlunit.javascript.background that return JavaScriptExecutor Modifier and Type Method Description JavaScriptExecutorBackgroundJavaScriptFactory. createJavaScriptExecutor(WebClient webClient)Creates theJavaScriptExecutorthat will be used to handle JS.
-