Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Webpage rendered source accessible via qt console application
Forum Updated to NodeBB v4.3 + New Features

Webpage rendered source accessible via qt console application

Scheduled Pinned Locked Moved Qt WebKit
1 Posts 1 Posters 726 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zemplin
    wrote on last edited by
    #1

    I need to do something like this: www(url) --> [ qtweb ] --> rendered source --> Perl/C++ processing

    I was advised to do something like this:
    QWebElement tmp = ui->browser->page()->mainFrame()->findFirstElement("span#somehting");
    qDebug() << tmp.toPlainText();

    Problem is that I never need to see the rendered webpage. A console app would be best. I only need to have access to the rendered webpage source to extract the information I need.

    When I expanded the DOM Traversal Example to examine the rendered source the process ran at a snails pace.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved