Accessing DOM elements in QWebEnginePage
-
so, 10 months later, nobody bothered answering this...
I'm having the same problem, porting from QWebKit to QWebEngine and don't know how to access the damn DOM.@bog2k3
In QtWebEngine this is only possible using QtWebChannel and access the DOM directly in JavaScript. Then pass the desired info via the web channel to C++.