blog.stevensanderson.com/2010/03/30/using-htmlunit-on-net-for-headless-browser-automation/
For firefox have a look at xulrunner. It's well documented on the mozilla developer section of their website.
For chrome, I guess there's not "direct" way. You need to use the webkit rendering engine that's the core of chrome (safari and many other browsers). If you look into the qt toolkit (free), for instance, you'll be able to use the webkit component. It's not "chrome" but it's the same rendering engine (I believe they do have their own js solution and not the v8 js JIT, but still)
HTH
HelloHello , today i discovered a problem. When i try to use Webbrowser from a Visual Studio Tool box it simulate IE browser. But i definitely need Chr0me or Fox.
Is there any posible solution for this problem?
Thanks for your answers.