hi
i want to use cefsharp for parsing HTML and also running some javascript
i have a a HTML page full of content and want to grab just text from it with JQuery
so i want to load my HTML to a webview and run $('body').text(); for example on it
and return the pure text separated from HTML
and also i don't want to add webview to my form.
what can i do?
thanks.