Forum Discussion
Where is the answer that tells us how to open chrome incognito modus from a keyword test? Or just always when testcomplete is executing its tests?
I am frustrated with chrome not having the ability to throw everything it knows away when you close it.
At this moment I have the feeling it is messing with me with a test, because it doesn't throw away everything. So I want to have a clean browser when starting my test. How do I do this?
Chrome is the only browser that is messed up at the moment. When I execute this test in non-incognito modus it fails, when I test it in incognito modus, it doesn't fail.
So please tell me how to start chrome incognito via testcomplete.
As mentioned above to the other user, it might not be icognito mode that is causing the problem but the fact that the browser is auto-filling. If you turn off auto fill, you can see if that works.
Otherwise, your best bet is to use TestedApps to run Chrome and, in the command line switches, add the incognito command line as per
Psst... by the way, I found that command line switch in like 2 seconds with a google query. Just saying... ;)