Hi,
I would like to read some text from a website with webview2.
In the devtools console I have to change the javascript context:
Then it is possible to use
document.documentElement.innerText
How it is possible to change the javascript context in webview2 to get the text?
Thanks.