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:- Python
- JavaScript
Setting Clipboard Content
Set clipboard content:- Python
- JavaScript
Clipboard History
Get clipboard history (if supported):- Python
- JavaScript
Copy-Paste Workflow
Complete copy-paste automation:- Python
- JavaScript
Programmatic Copy-Paste
Set clipboard programmatically and paste:- Python
- JavaScript
Related
- Keyboard Control - Keyboard shortcuts for copy/paste
- CLI Reference - Command-line interface for HopX
- Mouse Control - Mouse operations for selection
- SDK: sandbox.desktop.get_clipboard() - Python SDK method
Next Steps
- Learn about Keyboard Control for copy/paste shortcuts
- Explore Mouse Control for selection operations
- Review VNC Server for remote desktop access

