ContributionsMost RecentMost LikesSolutionsTrying to find a string that's within an object's childHi, I'm trying to recognize an installer window by trying to find a string that's within the child of that window object. Here is my code so far: If not Sys.Process("msiexec", 2).Find("*", "Wizard") = false Then showmessage "found" Else showmessage "not found" End If thanks for any help Solved