Uses of Class
org.htmlunit.javascript.background.JavaScriptFunctionJob
Packages that use JavaScriptFunctionJob
Package
Description
Classes relating to background JavaScript execution, which is usually triggered via
setTimeout()
or setInterval()
.-
Uses of JavaScriptFunctionJob in org.htmlunit.javascript.background
Methods in org.htmlunit.javascript.background that return JavaScriptFunctionJobModifier and TypeMethodDescriptionBackgroundJavaScriptFactory.createJavaScriptJob
(int initialDelay, Integer period, String label, WebWindow window, org.htmlunit.corejs.javascript.Function function, Object[] args) Creates a new JavaScript execution job, where the JavaScript code to execute is a function.