If not found Ui Automation> Find Element

Hi experts,
I am using the UiPath Studio Pro 2020 and in my project, and I would like to know How Can I set a condition in case of not found the element at the tool Ui Automation> Find Element

For example, if not found, then it must continue following the flux. Avoiding the error: Anchor Base: Image not found

Thank you in advanced

Solution: Properties> Common> ContinueOneErro: True

Hello,
did you try to use Element Exists activity? It returns boolean output. Then use if condition to perform action base on the condition.

Hi @ghazanfar, thank you for your answer.
It’s a very helpful tip.
Q1

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.