hekra01
hekra01
Also run Qt5.2 test suites (java/python) but have not observed such issue yet. Could you please provide your sample script?
Hi WebDriver should be started in Qt main loop I suggest you start the WebDriver in the same thread as you app ``` int main(int argc, char **argv) { //...
Python test is fine. - used your test and app code - build without opengl support: No leak observed Looks like the leak is caused by this or due to...
We reproduced the leak, even launching pages without WD. Looking into it
>What am I supposed to do with v inside the JavaScript environment to yield the Python item that I need for further interaction? See example in the wiki: https://github.com/cisco-open-source/qtwebdriver/wiki/QML-Specifics Use...