[Wtr-general] Capturing HTML source from modular/constructed pages
Jeff Fry
jeff.fry at gmail.com
Tue Jun 12 13:48:07 EDT 2007
The pages I am automating now are very modular, and often the element I'm
driving comes from some included js like:
include("metaweb/domain/domainApplication.js");
include("metaweb/core/components/EditableMetawebText.js");
include("metaweb/core/mqlquery/MQLDomainTypesQuery.js");
For an example, check out http://sandbox.freebase.com/signin/signin
Note that none of the fields on the page are listed in the source for the
page.
The IE Dev Toolbar works perfectly for me in these cases, showing many
things that aren't visible by viewing source. I realize though that I don't
know of a good way to capture the constructed source code to paste into an
email. Can I capture the source of the constructed page via IE Dev Toolbar
(or something else)?
Thanks again,
Jeff
--
http://testingjeff.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wtr-general/attachments/20070612/a52bc425/attachment.html
More information about the Wtr-general
mailing list