Uses of Class
org.htmlunit.javascript.background.BackgroundJavaScriptFactory
-
Packages that use BackgroundJavaScriptFactory Package Description org.htmlunit.javascript.background Classes relating to background JavaScript execution, which is usually triggered viasetTimeout()
orsetInterval()
. -
-
Uses of BackgroundJavaScriptFactory in org.htmlunit.javascript.background
Fields in org.htmlunit.javascript.background declared as BackgroundJavaScriptFactory Modifier and Type Field Description private static BackgroundJavaScriptFactory
BackgroundJavaScriptFactory. Factory_
Methods in org.htmlunit.javascript.background that return BackgroundJavaScriptFactory Modifier and Type Method Description static BackgroundJavaScriptFactory
BackgroundJavaScriptFactory. theFactory()
Returns the current factory.Methods in org.htmlunit.javascript.background with parameters of type BackgroundJavaScriptFactory Modifier and Type Method Description static void
BackgroundJavaScriptFactory. setFactory(BackgroundJavaScriptFactory factory)
Set the factory to a new one.
-