“Copy as HTML” on nested IFrame elements in Chrome Inspector
问题 In Chrome's web inspector, if you right-click a DOM element there's a "Copy as HTML" option that will normally give you an HTML string of that element and all its children. However, it doesn't seem to ever include the contents of IFrame tags despite the fact they appear in the inspector as child nodes. The problem isn't caused by cross-domain restrictions: Even same-domain IFrames are excluded from the copied HTML. Is there any way around this, short of just copy-and-pasting the HTML root of