From: Bret Pettichord Date: 2008-07-25T06:11:53+09:00 Subject: Re: Simultaneously URL call, is it possible? ------=_Part_8471_1131746.1216934260726 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Thu, Jul 24, 2008 at 4:04 PM, Toki Toki wrote: > Thanks, I didn't know that watir support concurrent calls. If I create > multiple Watir::IE.new then they will use the same IE process? > Yes. But you can use Watir::IE.new_process instead and then each one will be in a separate process. Bret -- Bret Pettichord CTO, WatirCraft LLC, http://www.watircraft.com Lead Developer, Watir, http://wtr.rubyforge.org Blog (Essays), http://www.io.com/~wazmo/blog MiniBlog (Links), http://feeds.feedburner.com/bretshotlist ------=_Part_8471_1131746.1216934260726--