Gane195
2 years agoNew Contributor
How to verify unvisible window?
If Not Sys.Process("MTAUEVO").Window("TMessageForm", "Information", 1).VCLObject("Message").Exists Then
Log.Message("Information Message Not Appear")
Else
Log.Error("Information Message App...
- 2 years ago
A closed window is different from "unvisible" (invisible).
Try using the Find method followed by Exists. If the windows can not be found, and empty stub is returned and Exists will be false.