Results 1 to 3 of 3

Thread: QWebengine quivalent to QWebelement and QWebelementCollection

  1. #1
    Join Date
    Nov 2015
    Posts
    67

    Default QWebengine quivalent to QWebelement and QWebelementCollection

    Hello,

    I want to switch to QWebEngine from QWebView to be able to use the newest Qt versions. Anyway I used findAllElements and so on to get the QWebElements and for example toPlainText() to get the text of it.

    I cannot find something similar in QWebEngine. Do I have to use jQuery or AngularJs with runJavascript now? Or is there something in C++/Qt that I can use. I really want to avoid JS.

    thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: QWebengine quivalent to QWebelement and QWebelementCollection

    QWebEngine doesn't have a direct DOM access API because the web part runs out of process (process separation since WebKit2).

    There were reports though that a group of developers is working on an update of QWebKit.

    Cheers,
    _

  3. #3
    Join Date
    Nov 2015
    Posts
    67

    Default Re: QWebengine quivalent to QWebelement and QWebelementCollection

    thank you very much

Similar Threads

  1. Get Html element value with QWebEngine
    By danalex07 in forum Newbie
    Replies: 10
    Last Post: 5th February 2016, 04:18
  2. QWebEngine MP4 5.5
    By RolandHughes in forum Qt Programming
    Replies: 0
    Last Post: 15th December 2015, 00:04
  3. QWebEngine HTML5 video tag & MP4/H.264 videos
    By jarruza in forum Qt Programming
    Replies: 0
    Last Post: 15th October 2015, 04:43
  4. Replies: 3
    Last Post: 27th October 2012, 05:55
  5. XBell quivalent api in Qt
    By h123 in forum Qt Programming
    Replies: 1
    Last Post: 2nd January 2009, 16:01

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.