I just started using Macro Scheduler, would appreciate any input.
To put it into perspective, I need to capture 2 responses based on image.
If this image appears, do this. If the other image appears, do that. The image only appears once in each execution, so it's either this or the other.
I could have use a ELSE statement, but I might be expecting a 3rd image in future.
Thanks for the kind help in advance.
Code: Select all
Let>WSI_TIMEOUT=900
IF
//Wait for
WaitScreenImage>C:\Macro Scheduler 14\InstalledWithWarning.bmp,0.7,CCOEFF
Do this
Endif
IF
//Wait for
WaitScreenImage>C:\Macro Scheduler 14\InstalledFailed.bmp,0.7,CCOEFF
Do that
Endif