Need to use click activity after disapearing a pop op message, i can use a specific time because its not the same every time
Hi @Soudios
Retry Scope (Set maximum retries and more retry interval)
Element Exists (Check for pop-up existence)
Click (Perform the action after pop-up disappears)
Instead of Image Exist activity you can also try with Element exist activity
Have you check out this XAML file in this thread
yes its not working for me, i use sequence activity can you show me the same with sequence activity ?
Why not use wait for element disappear or check app state with a huge timeout…or the maximum timeout you feel it might take…
So that if it does not disappear in the maximum time also that si when it fails or it waits for a long time as well
Cheers
@Anil_G
@Gokul001 @supriya117
is it the right way to handle this ?
I don’t understand its clicking on the button before the element disapear, is it normal ?
Please use a check app state till disappear…
Or in the current setup have a high retry count…so that it retries multiple times before moving forward…
But still i would say best would be to use check appstate with disappear selection
Cheers