Uses of Class
org.htmlunit.javascript.background.JavaScriptFunctionJob
-
Packages that use JavaScriptFunctionJob Package Description org.htmlunit.javascript.background Classes relating to background JavaScript execution, which is usually triggered viasetTimeout()
orsetInterval()
. -
-
Uses of JavaScriptFunctionJob in org.htmlunit.javascript.background
Methods in org.htmlunit.javascript.background that return JavaScriptFunctionJob Modifier and Type Method Description JavaScriptFunctionJob
BackgroundJavaScriptFactory. createJavaScriptJob(int initialDelay, java.lang.Integer period, java.lang.String label, WebWindow window, org.htmlunit.corejs.javascript.Function function, java.lang.Object[] args)
Creates a new JavaScript execution job, where the JavaScript code to execute is a function.
-