How to handle long pop up msg

Hello Guys,

I’m working on remote desktop application and after open the application

First pop up come like this show in image

After this screen one more pop up comes after 5/10 minute (not sure timing)

And after this one window pop up come 1hr/ 1:30/ hr (this is also not sure timing)

How to handle this type of application pop ups

Thanks

Hello Suraj,

You can use parallel activity, if you want to work on any other actions on the same time.

Use do while loop, to check whether the popup exists and add delay to wait until popup appears.

1 Like

You can try using an on element appear activity (Property :- RepeatForever is False and WaitVisible is True) which is a classical activity

@Quenton_Wayne_Rebello @Sreelatha278

I’m working on Citrix (Remote desktop application) which image shown above after that image one pop come that is have to close and that pop up comes after 5/10 minutes and 2 pop up come after 1/2 hr not sure time but pop up comes 100%

Hi

The issue is resolved by using retry activity like element exist used in retry condition and I have put some time like 10 minute and retry 6 times so within 6 retry popup will get easily just observe how much time it’s taking as per put the time in delay

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.