Hi,
I had a break from UiPath for a while.
When I return I realised that activity Element Exists (which returns a boolean value) now exists only in CV Screen Scope.
It was my preferred way of validating if the bot is on the correct page.
Is it any action which replaces Element Exists action?
I know that I can use the Find Element action but it throws an error if the element does not exist.
I’ll prefer to use boolean values.