Skip to main content
Read and write clipboard content for desktop automation. Clipboard operations enable copying and pasting data between applications.

Overview

Clipboard operations enable:
  • Reading clipboard content
  • Setting clipboard content
  • Accessing clipboard history
  • Copying data between applications
Desktop automation requires a template with desktop support. Ensure your sandbox has desktop capabilities enabled.

Getting Clipboard Content

Read the current clipboard content:

Setting Clipboard Content

Set clipboard content:

Clipboard History

Get clipboard history (if supported):

Copy-Paste Workflow

Complete copy-paste automation:

Programmatic Copy-Paste

Set clipboard programmatically and paste:

Next Steps