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