Automate a legacy Windows app

Problem: You need to process approvals in a legacy app with no API, and macro recordings keep breaking.

This demo watches the approval window for an “Approve” button, reads the ticket ID with OCR, logs it, and then clicks to confirm.

Trigger used

Image trigger OCR trigger

Actions used

SmartClick OCR capture Type action

Why this is reliable

The automation reacts to the actual UI state and reads text directly, avoiding timing drift and layout changes.

Try it yourself