Skip to main content

Copy to Clipboard

Writes plain text to the operating system clipboard. Overwrites any existing clipboard contents.

Category: Desktop Application Automation · Group: Desktop · Activity name: SetClipboard

The SetClipboard activity in the designer

Example

SetClipboard("<text>")

Inputs

NameTypeRequiredDefaultDescription
TextstringYesThe text to place on the clipboard.