How to find a DOM element in Qt using javascript
-
Hi @keya,
Yes it can be done. If you are usingQWebView
it can be done by usingevaluateJavaScript
for both QWebframe and QWebElement.
Hi @keya,
Yes it can be done. If you are using QWebView
it can be done by using evaluateJavaScript
for both QWebframe and QWebElement.