Hi,
Check appstate wait for element to appear 30 sec.
What happens if element appears in 2 sec?
What happens if element does not appear in 35 sec?
Thank you,
Hi,
Check appstate wait for element to appear 30 sec.
What happens if element appears in 2 sec?
What happens if element does not appear in 35 sec?
Thank you,
If element appear with in given time it goes into the “Target appears” sequence
else it goes to “Target does not appear” sequence. to run the automation steps.
Hi @A_Learner
TimeOut is the property that allows the activity the max time waiting the mapped element.
Based on that, if the element appears before the timeout it will go the Target Appears Secuence, if the element does not appear, it will go the Target Does Not Appear Secuence
https://docs.uipath.com/activities/other/latest/user-guide/n-check-state
Regards
Thank you @Manju_Reddy_Kanughula and @fernando_zuluaga
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.