698 Views
The CefWebBrowser class is a standard WinForms Control and can be easily embedded in most applications. Being based on Chrome/Chromium it's blisteringly fast. It has a number of advanced features not seen anywhere else including the ability to embed .Net objects into the page's document object. This could be used to good effect for automated website testing or page scraping.
2 comments
yesthatmcgurk
1/20/2011 2:07:11 PM
Nice, but why no WPF love?
chillitom
1/20/2011 3:13:33 PM
@yesthatmcgurk improved WPF support is on the TODO list, though, it's not too hard to embed the forms control in WPF. In the meantime patches welcome ;-)