> I'm attempting to use watir to check for JavaScript memory leaks. But I
> can't find a way to check the memory usage of IE though watir.

Maybe what you really mean is that you need a way to check the memory usage of 
an instance of IE using Ruby?  This is probably outside the scope of Watir.  

See if you can find an API in Ruby for the underlying Windows calls that you 
need to query the memory usage of a process.  Maybe the "Win32 Utils".
-- 
Danny R. Faught
Tejas Software Consulting
http://tejasconsulting.com/
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to