Docs

RunMacro Documentation

Learn RunMacro from basics to advanced.

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

RunMacro robot
Docs Debug Note
📝 Debug

Add a note to your macro script in RunMacro

What it does

The Note command inserts a comment into the script. It does nothing at run time; it just helps you (and others) understand what the steps do — like a code comment.

When to use it

  • Explain a complex block of commands.
  • Record the reason/condition of a step.
  • Break a long script into readable sections.

Configuration steps

  1. Add a Debug › Note command.
  2. Enter the note text.
  3. Save. The note shows in the command list but does not affect the run.

Every option explained

Note text

The comment line shown in the script.

Real example

Example: annotate the login block

  1. Note "--- Login start ---" before the login block.
  2. The script reads more clearly later.

Tips & common mistakes

Use Note together with Group to organize long scripts clearly.
RunMacro robot

Ready to automate smarter?

Download RunMacro and start automating your desktop, browser, and business workflows today.