Uses of Interface
org.htmlunit.javascript.AbstractJavaScriptEngine
-
Packages that use AbstractJavaScriptEngine Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point).org.htmlunit.javascript 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 AbstractJavaScriptEngine Modifier and Type Field Description private AbstractJavaScriptEngine<?>
WebClient. scriptEngine_
Methods in org.htmlunit that return AbstractJavaScriptEngine Modifier and Type Method Description AbstractJavaScriptEngine<?>
WebClient. getJavaScriptEngine()
This method is intended for testing only - use at your own risk.Methods in org.htmlunit with parameters of type AbstractJavaScriptEngine Modifier and Type Method Description void
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 AbstractJavaScriptEngine Modifier and Type Class Description class
JavaScriptEngine
A wrapper for the Rhino JavaScript engine that provides browser specific features.
-