Element validation

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.

we still do have the element exists activity in place.
grafik

Ensure that UiPath.System.Activities is referenced with the package manager
maybe filter the activity types also
grafik

this we are doing e.g. when the project is set to modern design

1 Like

Hi @OzogRPA ,

Goto Projects Panel → Settings → Disable Modern Design Experince

Now you will get Element exist activity.

Thank you!

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