vote up 1 vote down star
1

How to access DOM of a web page in QtWebKit?
I don't see any methods exposing DOM in QtWebKit...

flag

66% accept rate

2 Answers

vote up 1 vote down check

Right now as of Qt 4.4/4.5 I don't think there are any direct way, but it's coming. See http://labs.trolltech.com/blogs/2009/04/07/qwebelement-sees-the-light-do-i-hear-a-booyakasha/

link|flag
vote up 1 vote down

Currently, you need to do DOM manipulation via JavaScript, injected via QVariant QWebFrame::evaluateJavaScript(const QString & scriptSource);

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.