Hi,
There are no plans to create a wrapper/extension as a drop in replacement for System.Windows.Forms.WebBrowser because it is not possible.
EO.WebBrowser is based on Google Chrome, which has a significant different architecture than .NET's built-in WebBrowser component. While the majority of their feature overlaps, there is no one to one mapping between the two. In another word, there are features .NET built-in WebBrowser component provides and EO.WebBrowser does not have, and there are also features (a lot) EO.WebBrowser provides and .NET's WebBrowser does not have.
Additionally, because the significant architecture different between the two, it is extremely inefficient to implement DOM access the same way .NET's built-in WebBrowser does. Instead EO.WebBrowser heavily relies on JavaScript code. See here for more details:
https://www.essentialobjects.com/doc/webbrowser/advanced/jsdom.aspxHope this makes sense to you. Please feel free to let us know if you have any more questions.
Thanks!