Forum Discussion
nisgupta
5 years agoValued Contributor
Thanks for the updates
I am killing the firefox browser process through the testcomplete script. Before starting any tests we use the following code in the script.
BrowserConfig.killProcess("iexplore");
BrowserConfig.killProcess("firefox");
BrowserConfig.killProcess("chrome");
AlexKaras
5 years agoCommunity Hero
What if you try to kill Firefox right after closing its window? (I.e. before the line of code that triggers the error in test log.)
Though my preference is to configure browser to not stay in memory when all its windows are closed.
- nisgupta5 years agoValued Contributor
It is the same thing. Before this error happened , we saw one more issues as can be seen in the report. Authentication pop up appear even after entering the correct username and password. Not sure why it happens ?