Docs
RunMacro Documentation
Learn RunMacro from basics to advanced.
Everything you need to start and master RunMacro — from basic commands to advanced automation workflows.

Auto-copy text (Ctrl+C) in RunMacro
What it does
The Copy Text command auto-copies (Ctrl+C) the current selection to the clipboard for later steps to reuse. It can select all (Ctrl+A) first.
When to use it
- Grab content from a field to paste elsewhere.
- Extract data then check it with IF Clipboard.
- Copy a result to save into a file/variable.
Configuration steps
- Select the content, or enable Select all (Ctrl+A).
- Add a Keyboard › Copy Text command.
- Save. The content lands in the clipboard after running.
Every option explained
Real example
Example: copy the whole field then check
- Click the field to read.
- Copy Text with Select all on.
- Use IF Clipboard to branch based on the copied content.
Tips & common mistakes
In Browser Mode (Chrome/CDP), copy text is not fully supported — use Desktop Mode.
RunMacro