up vote 3 down vote favorite
6
share [g+] share [fb]

Are there any good (or in active development) WebKit wrappers or ports for .Net?

p.s. I am aware of Swift.Net (old and out of date) and GeckoFX (firefox wrapper).

link|improve this question

feedback

5 Answers

http://sourceforge.net/projects/webkitdotnet

link|improve this answer
Interesting. Looks like it needs some time, but will be interesting to follow. – Nathan Ridley Aug 12 '09 at 9:06
This one seems to have made a bit of progress, though from looking at the svn repository, development appears to have stalled around Sept-Oct 2009. What I want is proper DOM access though, so I can build web automation processes using the control. i.e. click buttons, set input values, execute javascript, etc. – Nathan Ridley Jan 24 '10 at 9:56
feedback

From the subsequent research I've done, the answer, as of May 2009, is no, there are no decent managed wrappers for the WebKit browser engine.

EDIT This is no longer this case. See my other answer (newer than this one).

link|improve this answer
Have you found anything new recently? – Martín Marconcini Jul 22 '09 at 10:39
Nope, nothing. I think someone needs to start a WebKit.Net project. – Nathan Ridley Jul 22 '09 at 14:52
also, see Mono's webkit-sharp – stimpy77 Jan 24 '10 at 7:16
feedback

I use iMacros (high-level IE and Firefox wrapper) daily, but would be interested in an additional webkit solution, too.

I read about "WebKit Sharp" recently: webkit-sharp provides access to WebKit (http://live.gnome.org/WebKitGtk), a fast, high-quality web browser engine suited for embedding in GTK+ applications. It features bleeding-edge HTML5, AJAX, SVG and JavaScript capabilities with seamless UI integration.

Are you aware of "WebKit Sharp"? Did anyone use WebKit Sharp yet?

link|improve this answer
It needs a Visual Studio "port", or at least a standalone MonoDevelop package. Seems to be difficult to find in a nice package that can just load up and run. – stimpy77 Jan 24 '10 at 7:19
feedback
up vote 1 down vote accepted

There's a new one that's really good and it's free if you're a small independent company (or individual) that earned less than $100k last year from your business.

http://www.khrona.com/

It is a fork of the Chromium project and allows rendering to off-screen surfaces, making it perfect for 3D apps, games and service-based automation.

link|improve this answer
feedback

Currently there is OpenWebKitSharp which is very advanced and based on the abandoned WebKit.NET 0.5. Is has much more features and it comes with webkit nightly (scoring 296 points on html5test.com and 100/100 on acid3). It is active (almost updated once a week) and I strongly recommend it as a .net wrapper.

http://code.google.com/p/open-webkit-sharp/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.