Uses of Interface
org.htmlunit.javascript.AbstractJavaScriptEngine
Packages that use AbstractJavaScriptEngine
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of AbstractJavaScriptEngine in org.htmlunit
Fields in org.htmlunit declared as AbstractJavaScriptEngineMethods in org.htmlunit that return AbstractJavaScriptEngineModifier and TypeMethodDescriptionWebClient.getJavaScriptEngine()
This method is intended for testing only - use at your own risk.Methods in org.htmlunit with parameters of type AbstractJavaScriptEngineModifier and TypeMethodDescriptionvoid
WebClient.setJavaScriptEngine
(AbstractJavaScriptEngine<?> engine) This method is intended for testing only - use at your own risk. -
Uses of AbstractJavaScriptEngine in org.htmlunit.javascript
Classes in org.htmlunit.javascript that implement AbstractJavaScriptEngineModifier and TypeClassDescriptionclass
A wrapper for the Rhino JavaScript engine that provides browser specific features.