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