Activity for interface until appear

Hi Guys,
I want to know the activity which I can use for ‘until appear the target’. can anybody explain the activity? I am using modern studio.

Check App State. Please check Activities - Check App State

Hi @manoj.sharma.a9v

You can use on element appear in classic, element exists & Check app state in modern
Activities - On Element Appear (uipath.com)
Activities - Check App State (uipath.com)
In the check app you can execute one set of activities if the element is found and a different set of activities if the element is not found.

You can also mention the amount of time to wait for the element to appear or disappear

Hope this helps :slight_smile:

@manoj.sharma.a9v

Check app state would be that…

Based on macimum Time you want to wait provide the timesout accordingly

Cheers