Hello,
I am new to PAD. I am trying to keep hitting a "Refresh" button to refresh a list, until a specific item (can be recognized by a string) appears, then continue with the flow.
I've tried:
- Wait for window content does not work - because the Refresh button needs to be clicked first.
- Create a loop to press the Refresh, the wait for window content with that specific item: I do not know how to break out of the loop when the item appears, since this function does not return any variable.
Could someone please help? Any suggestion is appreciated.