Question

Is there a simple .Net wrapper for Firefox or Chrome so that I could implement a web crawler and other web stuff? I might need post-form functionality also.

Was it helpful?

Solution

see: http://code.google.com/p/geckofx/

Gecko is the engine that's used in Firefox.

OTHER TIPS

The Mono project has a .NET webbrowser that allows you to use either the Gecko (Firefox) or Webkit (Chrome, Safari) rendering engines under the hood, exposing either as a clean, well-designed .NET API. See Mono.WebBrowser.

Skybound has released an open source .NET wrapper for Firefox at http://geckofx.org/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top