Sub-frames access
-
wrote on 13 Nov 2015, 12:07 last edited by
Hello everybody
Documentation says that it is impossible to gain access to sub-frames iframes.
https://wiki.qt.io/Porting_from_QtWebKit_to_QtWebEngine
I don't know the others, but my projects are actively using this opportunity and ban access to it sounds at least strange. I just can't use QWebEngine in their projects.
Any workaround please
-
wrote on 17 Nov 2015, 22:58 last edited by
I need this too. I'm also missing some functionality to iterate over web form elements, determine frame name, ...
So for me the QtWebEngine is not complete and has many bugs
-
wrote on 20 Nov 2015, 00:46 last edited by
Not sure if your problem is the same as mine, but try to pass the "--disable-web-security" argument to the QApplication object in your main.cpp.
-
Not sure if your problem is the same as mine, but try to pass the "--disable-web-security" argument to the QApplication object in your main.cpp.
-
Not sure if your problem is the same as mine, but try to pass the "--disable-web-security" argument to the QApplication object in your main.cpp.
-
@knt261 Thank you very much! This permits access to the contents of the iframe from javascript
-
wrote on 16 Jan 2016, 07:07 last edited by yage
js jquery example:
$("iframe").contents().find("...")