Forum Discussion
AlexKaras
15 years agoChampion Level 3
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();
Related Content
- 14 years ago
Recent Discussions
- 3 days ago