UI interaction stuck

N6626

New member
I’m creating a macro that click the ‘next’ button to go to the next page whenever certain text is present. But the problem is if somehow after the ‘next’ button is clicked but the screen does not change, the macro won’t run again despite the condition is true. Can anyone help ?
 

dhj49er

Well-known member
I assume that after clicking next the macro ends.
The issue, I think, is that when the screen doesn't change the macro is still running and will not "see" the screen for the read action to trigger.
Does the next screen have a content that you could use to trigger with interval (so it doesn't hang waiting for a trigger). If no trigger then read screen and click next.
 
Top