Package org.htmlunit

Interface ClipboardHandler

All Superinterfaces:
Serializable

public interface ClipboardHandler extends Serializable
A handler for system clipboard access.
  • Method Details

    • getClipboardContent

      String getClipboardContent()
      Returns:
      the current content of the clipboard
    • setClipboardContent

      void setClipboardContent(String string)
      Writes the sting to the system clipboard.
      Parameters:
      string - the content to be stored in the clipboard