How can I wait for a specific change on a SAP screen before proceeding with my script?

0
6
Asked By SillyPanda99 On

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

Answered By CreativeOtter42 On

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.

CuriousSquirrel86 -

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

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.