A website has iframes. One iframe has javascript generated source which I would like to copy to clipboard.
I tried using FF web developer, but “View Generated Source” only shows me the source of the main iframe. And “View Frame Source” only shows the static source, not JS generated.
An example is on fiddle.tinymce.com – how to copy to clipboard the generated source of the lower frame containing the editor?
In any browser (Chrome, FF, IE), go to Inspector mode. Then right click on the root of the document, choose “copy HTML” or something similar, each of the above browsers has one option that copies to clipboard the whole html of the current state of the document, with changes made by Javascript.