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