cranebrowser - A headless web browser in .NET - Google Project Hosting

cranebrowser - A headless web browser in .NET - Google Project Hosting
UPDATE: The Crane Browser project is merging with the XBrowser project (http://xbrowser.codeplex.com/) Nathan and I discovered we were covering much the same ground with our respective projects, so we decided to take the best of each project and combine into one. Watch the XBrowser page on CodePlex for future developments.

The Crane Browser project is intended to be a headless (non-rendering) web browser. It is designed for unit testing of web applications. It's purpose is to give the developer a fully-functional HTML DOM, including JavaScript functionality. Finally, it is written using the .NET Framework.

At the moment, the project has a working HTML5 parser, which yields a DOM object based on System.Xml.XmlDocument. The project has no JavaScript engine yet, and development has stalled slightly in the search for a .NET implementation (Jint is not full-featured enough, IronJS is promising, is not far enough along and requires .NET 4.0).


你可能感兴趣的:(browser)