WebView2.DOM
WebView2.DOM copied to clipboard
C# DOM bindings to be used with WebView2
XPath, is supported?
Hi, could you please provide an example on how to navigate thw webview2 browser after manipulating the DOM in DOMContentLoaded?
Even though most documentation can be found in MDN or the respective specs, it would be nice to include XML documentation right in the library for a better IntelliSense experience.
For example, when I click the button to run JS, I find that what I get from the document content is not the final document content, it is a document...
Hi, nice library. Source code is a bit complex. Anyway, when calling the ToArray method on the HTMLOptionsCollection class it is using internally the CopyTo method, but his method is...