On Mon, May 18, 2009 at 7:19 PM, TCBlues <tcbl...@gmail.com> wrote:
> Any idea how to get the real html content?

I think Watir can show you html rendered in the browser, and obviously
Internet Explorer does not show all tags and changes the case of some tags.
If you want just the html, maybe Watir is not the right tool. Something like
net/http could be a better choice (
http://www.ruby-doc.org/stdlib/libdoc/net/http/rdoc/). And there are tools (
http://celerity.rubyforge.org/) that have Watir syntax (if that is the
reason you have chosen Watir) but use something like net/http.

Željko

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to