Uses of Class
org.htmlunit.javascript.background.BackgroundJavaScriptFactory
Packages that use BackgroundJavaScriptFactory
Package
Description
Classes relating to background JavaScript execution, which is usually triggered via
setTimeout()
or setInterval()
.-
Uses of BackgroundJavaScriptFactory in org.htmlunit.javascript.background
Fields in org.htmlunit.javascript.background declared as BackgroundJavaScriptFactoryModifier and TypeFieldDescriptionprivate static BackgroundJavaScriptFactory
BackgroundJavaScriptFactory.Factory_
Methods in org.htmlunit.javascript.background that return BackgroundJavaScriptFactoryModifier and TypeMethodDescriptionstatic BackgroundJavaScriptFactory
BackgroundJavaScriptFactory.theFactory()
Returns the current factory.Methods in org.htmlunit.javascript.background with parameters of type BackgroundJavaScriptFactoryModifier and TypeMethodDescriptionstatic void
BackgroundJavaScriptFactory.setFactory
(BackgroundJavaScriptFactory factory) Set the factory to a new one.