-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the complete DOM #21
Comments
I gave it the document.body, from the home page of the mcdonalds.com website which seemed okay, but I got the following error |
Hmm, I am 90% sure this is the same issue as the one here: #18. I'm very slammed at work right now, but I will try and look at this as soon as I have a moment. |
Hmm, for me it crashes on inputs of type submit and button, visible or not. (Love this tool by the way!) |
This issue should be resolved by commit #32 |
Hi,
I was wondering how I can get the full DOM for a page. I tried putting in the html element or the body element but it crashed on them both.
Thanks
The text was updated successfully, but these errors were encountered: