Solution related to select item activity

Hello everyone,
I am currently working on a automation project and i am getting
a problem using select item activity,
1.On a specific page when select item is used a pop-up appears sometimes,and because of that pop-up the activity doesn’t get executed.I have also enabled ‘continue on error’ inside activity and also reduced timeout of that of that activity,still not working,
Please provide a solution

Hi @Shlok_Gupta

Use the check app state activity and indicate the popup. Inside Target appears block insert the click activity or any other activity to handle the popup. Just leave blank in Target doesn’t appear block. After check app state activity insert the Select item activity to select the option in the dropdown.

Hope it helps!!

1 Like

Hello @mkankatala
Thanks for the solution,but the pop-up only comes during execution of select item activity.

Okay @Shlok_Gupta

Then use the Parallel activity, in one sequence use the Select item activity to select the item, in second sequence use the check app state activity and indicate the popup, inside target appear block insert the Click activity to handle the popup.

Hope you understand!!

Check the below image for better understanding,

Okay @mkankatala i will give it a try,Thanks for the solution.

1 Like

If you find the solution, make my post mark as solution to close the loop, Else ask you queries here I am happy to help.

Happy Automation!!

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