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 ?
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”.
have a check on following:
popup never has been displayed: what is the element exists status
popup exists - element exists returns true
You should be on modern and using Check App State as it has better options available to handle these type of things.
try to give the valid selectors and check
This has seemed to resolve the issue. No issue found so far.
Thanks @ptrobot
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.