Is there a headless browser for .NET?
I am looking for this in a testing context.
Coming from Java I am thinking of something similar to HtmlUnit (http://htmlunit.sourceforge.net/) which itself is the base for different higher level tools like Canoo WebTest or Celerity.
I would like to create automated UI tests for web applications in a .Net environment, but not using Browser-Remoting (Watin, Selenium...)
If possible, I would like to stick to a .Net solution and avoid using Java or Ruby tools.
What are the options? What are you guys doing?
Thanks