PDA

View Full Version : synchronize QWebPage



januszmk
4th August 2012, 11:45
Hi.
I want to synchronize QWebPage with my thread. I know that I can connect signal loadfinished with QEventLoop, but this signal is independant of scripts execution (sometimes javascript change web location). So I want to ask, how I can check if the javascript scripts has been finished without checking the content of web site?