Forum Discussion

Gane195's avatar
Gane195
New Contributor
8 months ago
Solved

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...
  • rraghvani's avatar
    8 months 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.