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.
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
Check app state would be that…
Based on macimum Time you want to wait provide the timesout accordingly
Cheers