Element Exist giving True value even if the element doesn't exist

Hi All

I am using Element Exist activity to check a pop up message after loading a page in Oracle Cloud in Process state.

Sometimes even if the pop up is not there the variable is coming as True.

How is that possible ?

UiPath can find the element even if it’s hidden from the human eye. If you want to make that the element exists and is visible, use the Find Element activity instead and check the option “WaitVisible”.

image

1 Like

have a check on following:

popup never has been displayed: what is the element exists status
popup exists - element exists returns true

  • check if the element attribute with the name relativeVisibility triggers the display status

You should be on modern and using Check App State as it has better options available to handle these type of things.

1 Like

try to give the valid selectors and check

This has seemed to resolve the issue. No issue found so far.

Thanks @ptrobot

1 Like

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