Hi all,
I searched all the documentation and all the threads here in a solution to one simple task:
I want to run a specific gui program, get it's pid and automate only this program (the problem is that on the same machine someone can use the same program with the same caption, this is why I need to match between the window handlers returned by findWindowLike() procedure of win32::GuiTest to the PID of the process I just executed).