Even though the element is not available, returning True in Element exist

Hi All,

I am submitting ticket (kind of service now portal) in web portal by automation. There are 2 types of POP up will come after submit. One is for success, another one is for failure.
Issue is, even any of the pop up is not available in web page, in element exist, value returned as True.

how to find this pop up element is available when really that is available?
I tried Element exist, On Element appear. Get text, Get visible Text – No luck.

Hi,

Can you try Find Element Activity with Wait Visible option?

Or Get Attribute activity might be able to help you to get information for like Visibility and/or Hidden attribute.

Regards,

@Yoichi This Find Element with Wait Visible is perfectly working, Thanks !

1 Like

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