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 BackgroundJavaScriptFactoryBackgroundJavaScriptFactory. Factory_Methods in org.htmlunit.javascript.background that return BackgroundJavaScriptFactory Modifier and Type Method Description static BackgroundJavaScriptFactoryBackgroundJavaScriptFactory. theFactory()Returns the current factory.Methods in org.htmlunit.javascript.background with parameters of type BackgroundJavaScriptFactory Modifier and Type Method Description static voidBackgroundJavaScriptFactory. setFactory(BackgroundJavaScriptFactory factory)Set the factory to a new one.
-