Forum Discussion
AlexKaras
16 years agoCommunity Hero
Hi Steve,
Try this (DelphiScript) instead of your try block:
p := Sys.WaitProcess('TestComplete')
if (p.Exists) then
p.Window('TfrmTCMainForm', '*', 1).Minimize();
Try this (DelphiScript) instead of your try block:
p := Sys.WaitProcess('TestComplete')
if (p.Exists) then
p.Window('TfrmTCMainForm', '*', 1).Minimize();