Hello everyone,
I am building bot that requires the user to click a refresh button over and over until an element appears below it. Sometimes this takes 2 minutes, other times it can take 10 minutes. I do not have activities like element exists, or refresh browser, so I would like some help on the proper way to do it. I have tried while loops and check app state but have had no success. Any help would be appreciated.
Thanks