in irb
use ie.html
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
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to