QWebEnginePage - how to get html source code
Unsolved
Qt for Python
-
Hello,
I have noticed that in Python bindings, toHtml() method of QWebEnginePage is not supported. Why is that and how can one obtain current page html source code (needed to parse some data from it automatically)?
I have tried to inject Java Script code, but then again, callback parameter is neither supported in PySide2 so I couldnt figure how to save any data selected with JS.