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