Hi
There is no Wait Element Appear activity in UiPath Studio. But you can use the Element Exists activity to achieve this. The activity can wait for a specified amount of microseconds and returns a 1 or 0 based on whether that element is detected or not. This activity cannot throw an exception by itself. That has to be handled separately based on the output of Element Exists activity.
Hope this helps.