I have a page with js.
I need get dom after js execute at webpage.
Js inserts text in the div with name ‘sdl’.
I need get value between . Value can not be parsed in js source, it is generated by Js.
How to do it?
Sorry for my english.
I have a page with js. I need get dom after js execute at
Share
The DOM is exposed (at least in pyqt >= 4.7.4)
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwebframe.html
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwebelement.html