Is there a way to get HTML content of the page together with iframes? I tried QWebEnginePage::toHtml but it returns HTML of main frame only. I need HTML of whole page together with all child frames.
QWebEngine (unlike QWebKit) doesn't have API to access frames, this could be done only via page content using javascript. However javascript also doesn't allow to access child frames from another domain/scheme.