Thanks for the reply Chuck Yeah I'd thought of proxy logging or pcap solution, just thought it would be cleaner to get it from the browser object if possible.
I'll check if its do-able with webdriver. Cheers, Scott On Saturday, 16 June 2012 00:41:46 UTC+1, Chuck van der Linden wrote: > > Watir's purpose is the drive the browser. It does not have access to > what's going on at the http level in order for the browser to build the > page. > > Potentially webdriver itself might have access to that info, but you'd > have to ask the webdriver people how to get at it. (you can access the > driver object inside a watir script, so if you know what to ask for it's > not too hard) > > Generally the best means I've seen of getting this information is to use > some kind of proxy to view the HTTP traffic itself. e.g. on Windows you > can use Fiddler2 I know there are similar tools for Mac and *nix systems > but I'm not terribly familiar with them. > > > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
