Examples and debugging API #136
Mcklmo
started this conversation in
Getting started tips
Replies: 1 comment
-
Nevermind, I just found this, which solves my problem! 😊 bodyElem := window.Document().Body().InnerHTML()
fmt.Println(bodyElem) |
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.
-
Hi, how do I create a snapshot of the current browser page? I'm trying to get the browser to submit a form, which should trigger the rendering of a new page, but I don't find the elements I would expect on the new page. I'd like to take a snapshot of the page that is rendered and save it to a debug html file. Is that possible? It would make debugging a lot easier for me.
Something like
Beta Was this translation helpful? Give feedback.
All reactions