Solved
Forum Discussion
jab4743
7 years agoContributor
FYI: I don't want to take credit for this solution but another user suggested the use of the WaitAliasChild method when checking/waiting for an object's existence - sometimes it works better than the exists or wait method. For my issue - it did work better.
jawed
7 years agoOccasional Contributor
Thanks for ur instance reply I want to share what i have done . I uses if object Test action and check existence of popup by selecting exists option. and put recorded script for closing that popup in if object block. It work for me.