AR wrote:
> I tried another instance where
> I added the ie = Watir::IE.new and an ie.close to the function, but
> opening and closing IE for each url took up more memory.
>   
Try Watir::IE.new_process instead. This will open (and then close) a 
process each time, and therefore should avoid the memory leak.


--~--~---------~--~----~------------~-------~--~----~
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