Hi Leonardo
To create a manual pause in macro (you can custom it with if condition) you can use 2 solutions
- pause 0 or simple pause, it pause macro, you click rsume and macro continue
https://ui.vision/rpa/docs/selenium-ide/pause
- 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.