Make an activity for "Wait Element Appear"

Why isn’t there an activity for this but only “Wait Element Vanish”? I know I can do it with a do/while loop and some more but it would be easier with only one activity.

Any element has the propertie Target > WaitForReady, use the complete.

Yes I know that property. But how do you suggest I use it when I just want to pause? My intention is not to interact with the element I’m waiting for, I just want to wait until it appears and then let the process continue.

@vincera, We have On Element Appear activity.

https://www.uipath.com/activities-guide/on-element-appear

Regards,
Dominic :slight_smile:

3 Likes

I’ll try it out, thanks!

1 Like

Hello.

You can also use a Find Element. It will wait until the element appears on the screen. You can also set certain options like wait until visible and wait until active.

Regards,
Cosmin

1 Like

Thanks alot!

@vincera you can also use the activity [Check App State] below