Which activity is used until the popup is vanish in sap. Exactly it is not like a popup but a text type popup in the sap
often popups are not vanishing but the the display status is triggered. Does mean the element is invisible, but still exits. In such case we can get triggered by the Attribute with the name: relativeVisibility (true: visible, false: not displayed)
Use check app state
activity and set element to disappear
But its like a text.
Is it always the same text?
If so you should be able to build a selector including that text and then as Ashok pointed out set the check app state to wait for that selector to disappear.
I’m unable to indicate that in check app state
Yeah, Iam unable to capture the text in check app state
Hi @anjani_priya,
Does this pop up vanish on its own after sometime or you have to do something to make it vanish?
if it vanishes after a while, just include a Delay activity and set the delay to approximate time after which it usually vanishes.
Regards
Sonali