PDA

View Full Version : How to access DOM of a web page in QtWebKit?



piotr.dobrogost
23rd July 2009, 18:21
How to access DOM of a web page in QtWebKit?
I don't see any methods exposing DOM in QtWebKit...

wysota
23rd July 2009, 18:30
Until 4.6 (probably) you can only access DOM of the page through javascript.

huyanke
13th May 2011, 03:12
So how about the current 4.7.2 version of Qt? Can QtWebKit access to DOM now? Where is the corresponding API in WebKit for accessing DOM. I think this function should be provided originally from WebKit, and then porting to QtWebKit.

Thanks for any help!!

yanke

wysota
13th May 2011, 10:23
See QWebElement.