Hello,

I want to switch to QWebEngine from QWebView to be able to use the newest Qt versions. Anyway I used findAllElements and so on to get the QWebElements and for example toPlainText() to get the text of it.

I cannot find something similar in QWebEngine. Do I have to use jQuery or AngularJs with runJavascript now? Or is there something in C++/Qt that I can use. I really want to avoid JS.

thanks