Replies: 2 comments
-
Maybe I'm missing some subtle point ... but I think the answer is to get in JavaScript document.documentElement.outerHTML or similar, then call that from Rust. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here's the code to render HTML and output to stdout: #761 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone! I was wondering about a tauri app, where we could visit some external webpages. (github, hacker news..)
The user would navigate on the web in the tauri/wry app, and at some time, I would like to parse the inner html in the wry webview. I searched in both docs and API, and I can't see how I could get the rendered HTML content in the Rust code. Do you have any idea? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions