How can permit a user pause a macro based on a specific result that he see on the page?

Hi Leonardo

To create a manual pause in macro (you can custom it with if condition) you can use 2 solutions

  1. pause 0 or simple pause, it pause macro, you click rsume and macro continue

https://ui.vision/rpa/docs/selenium-ide/pause

  1. prompt command, you input a text and confirm and macro continue

With if you can set in pause macro, and you can resume with a manual resume button of manual input text in input box.

I use these methods for login sites, macro opne input prompt, in my case execute a sound too, I manually add the password and macro continue to work.