Uses of Interface
org.htmlunit.ClipboardHandler
-
Packages that use ClipboardHandler Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of ClipboardHandler in org.htmlunit
Methods in org.htmlunit that return ClipboardHandler Modifier and Type Method Description ClipboardHandlerWebClient. getClipboardHandler()Returns the current clipboard handler.Methods in org.htmlunit with parameters of type ClipboardHandler Modifier and Type Method Description voidWebClient. setClipboardHandler(ClipboardHandler handler)Sets the clipboard handler.
-