Smart Record

Video demo

"Smart record" captures mouse clicks, text entries and window changes, but no XY mouse coordinates, no mouse movements between clicks and no pauses between actions.

If you start smart record and click anywhere, Macro Recorder captures the visual area around the click as a small bitmap. On playback later, Macro Recorder will scan the desktop for the captured bitmap, waits until it appears and only then click on it.

Benefits:

  • Items to be clicked don't need to be at the same position. For example, web contents may be shifted around by banner ads. As the actual area around the desired click position is the target and not a static XY coordinate, Macro Recorder can adapt to changing user interfaces.
  • No need to care about wait times. Most automated process give a visual clue once they are completed. Macro Recorder just waits for that visual clue (the bitmap around the mouse click) instead of a hard to determine static wait time.

This is achieved by using SmartClick actions instead of regular clicks that are performed immediately at a static position without waiting for a specific visual hint.

Smart recording is therefore particularly suitable for automations, where every click causes a change in the user interface that can be evaluated for the next click.

Table of Contents


Table of Contents