i already know "check app state "
does UiPath have any another way to wait until a specific element to be displayed ?
after searching i found "on element appear " but i can’t find it in my activates
Wait for vanish activity we can use and we can catch the element before the required element appears
have a look at the retry scope actvitiy. We also can combine it with the check app state
use retry scope and give element exist in the condition
as it is a classic acitvity:
we do filter:
(maybe looks different in your UiPath Studio Version)
But we recommend to stay on modern design approach, when already started with and refer to the above mentioned retry scope
Hi,
We can use OnElementAppear if turn on Classic in Activities panel. (But it’s not very good activity i think)
As another way, we may be able to use Trigger Scope + ApplicationEventTrigger for example.
Regards,
Hey you can use
1)Delay Activity
2)Element Exists Activity
3) Wait Element Vanish Activity
Hi
here is the condition in retry scope
do you know why i can’t add activity here even using drag & drop ?