Forum Discussion

motorola's avatar
motorola
Contributor
13 years ago

Sys.process("firefox").Exists

in my script unit, I want to check whether firefox is initiated or not by using Sys.process("firefox").Exists. basically the if..else logic is to tell testcomplete to launch firefox if exists=false an...