Ive worked on some applications where doing a view source from the browser didnt work. I think this was because the server was ziping the html
( I think in apache its mod_deflate) This was in the days before watir and it was a real pain to automate it. If you use irb and the ie.html methods ( or ie.frame(...).html ) you should be able to get the html Paul ----- Original Message ----- From: Cylindric <[EMAIL PROTECTED]> Date: Wednesday, February 21, 2007 6:24 am Subject: Re: [Wtr-general] Is this watir's limitation? > I'm not sure I understand. Watir works on the browser, like and > end-user. It doesn't care if it's ASP, flat HTML, PHP or > whatever. It just sees the output. > > Even if you're using ASP, you'll still have a <frame src=""> > structure to follow, and at some point some HTML to "click" on. > General rule-of-thumb seems to be that if a user can browse it, > Watir can test it. > ------------------------------------------------------------------- > -- > Posted via Jive Forums > http://forums.openqa.org/thread.jspa?threadID=6623&messageID=18987#18987 > _______________________________________________ > Wtr-general mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-general > _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
