Forum Discussion

salshahin's avatar
12 years ago
Solved

Trying to find a string that's within an object's child

Hi,



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