Chris McMahon wrote: > Maybe try using threads instead of ie-new-process? > Not really a good idea. If you want separate sessions you must use IE.new_process. Indeed, in trunk, i have changed the default IE.new method to actually use the IE.new_process implementation because it behaves more reliably and better matches tester/user expectations.
Chris might be thinking of Perl threads, which are native, and can accomplish things that Ruby threads (which are "green") cannot. Bret _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
