Forum Discussion
baxatob
7 years agoCommunity Hero
You can map your "unusual screen" into the NameMapping repository and check its existence in the beginning of the loop:
if Aliases.UnusualScreen.Exists: closeUnusualScreen()
or simply use Find() for some property/value pair, which is relevant to your unexpected window:
if Find(Property, Value, Depth).Exists: closeUnusualScreen()
Related Content
- 8 years ago
- 2 years ago
- 10 years ago
- 6 months ago
Recent Discussions
- 3 days ago
- 3 days ago
- 6 days ago