Hi!  Is there any method to access the page source instead of the real html 
through watir? 

Right now i see I can ask for "browser.html", but that gives me the html 
after processing, and not the original page source. For example, if there 
is inline javascript, the page source would return the html without that JS 
executed.

In selenium I think I can ask for that with "driver.page_source", but that 
doesn't seems to work with watir, cause "browser.driver.page_source" return 
an empty string.

Thanks in advance, hope my question is understand!

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to