Forum Discussion

vcheung's avatar
vcheung
Occasional Contributor
12 years ago

Occasionally TestComplete doesn't recognize firefox 16 as a browser process, just normal os process

I'm running into a problem lately where



1. testcomplete gets started up via RunTest(x,y,z) in my test framework

2. after 10 mins or so firefox starts up

3. Sys["WaitProcess"](firefox, 60000, index);



at this point I check if firefox is seen as a "Process" or a "Browser" by TestComplete, and it's always seeing it as a normal "Process".



It's not until I restart TestComplete that firefox gets seen as a browser.



This is complicating the logic for starting up testcomplete and firefox in my framework and I would like to know if anyone knows how to work around it. I didn't need to manually recover like this for chrome.



Any information would be greatly appreciated. Thanks