I would like to know how I can prevent Internet Explorer from firing up every time I run my console application which uses WatiN for testing live sites.
When I run my console application it fires up internet explore and runs through all the tests that I have created using WatiN.
What I want is for my console application to run through these tests using WatiN, but without displaying Internet Explorer starting up and appearing on the screen.
I basically want the tests to run without seeing Internet Explorer.