[Wtr-general] RE: WATIR is slow ???

2005-08-15 Thread Hue Mach Dieu
Hi, You can use this method for increase Watir speed ie.set_fast_speed Regards, Hue ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] RE: WATIR is slow ???

2005-08-14 Thread Jared Nuzzolillo
Of course, that makes perfect sense. Thanks Paul. That's exactly what I needed!On 8/14/05, Paul Rogers <[EMAIL PROTECTED] > wrote:if you dont care about _javascript_ events, you can just useie.text_field (:index,1).value='123'  # it might be .value(123) I cant rememberYou can also use the -f switch

Re: [Wtr-general] RE: WATIR is slow ???

2005-08-14 Thread Paul Rogers
ess, keyup , keydown etc ) get executed correctly Paul - Original Message - From: Hue Mach Dieu <[EMAIL PROTECTED]> Date: Sunday, August 14, 2005 7:10 pm Subject: [Wtr-general] RE: WATIR is slow ??? > > Hi All, > Currently, Watir input data into control so slow.

[Wtr-general] RE: WATIR is slow ???

2005-08-14 Thread Hue Mach Dieu
Hi All, Currently, Watir input data into control so slow. Bc it input one by one character. But we can do this for increase watir input data into control by change a little bit core code of watir I change a little bit code in watir.rd and got the speed increase very fast. I think the Watir develo