Uses of Interface
org.htmlunit.ScriptPreProcessor
-
Packages that use ScriptPreProcessor Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of ScriptPreProcessor in org.htmlunit
Methods in org.htmlunit that return ScriptPreProcessor Modifier and Type Method Description ScriptPreProcessor
WebClient. getScriptPreProcessor()
Returns the script pre processor for thisWebClient
.Methods in org.htmlunit with parameters of type ScriptPreProcessor Modifier and Type Method Description void
WebClient. setScriptPreProcessor(ScriptPreProcessor scriptPreProcessor)
Sets the script pre processor for thisWebClient
.
-