I'm working on a script that consists of multiple steps, and I need to ensure that I don't move from step 5 to step 6 until there's a change in a specific area of a SAP window. Is there a way to monitor a section of the screen for changes and only continue executing the script when a change is detected?
1 Answer
Have you thought about using AutoHotKey? It can monitor the screen for changes and trigger a script when something happens. That way, you can control when to proceed to the next step based on the changes you see.

Wouldn't PowerAutomate be a better fit for handling this kind of task?