[Wtr-general] Very slow speeds

2005-08-09 Thread Josh Miller
I am having a problem with slow speeds using watir (both 1.3 and 1.4). I have a 
page with about 2000 text fields 1000 of those have ID tags the other do not.  
Navigating to this page is very fast however when the script is entering data 
into the fields via ID tags it is very slow, about one text field per 15 
seconds.  Is this just too much for watir to handle quickly or should I be 
seeing faster speeds?
 
Thanks,
Josh

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] Very slow speeds

2005-08-09 Thread Bret Pettichord
Have you tried using the -f command line switch? This speeds up our unit 
tests by a factor of 2, but the optimizations focus on text fields, so you 
may see an even better improvement.


At 11:12 AM 8/9/2005, Josh Miller wrote:
I am having a problem with slow speeds using watir (both 1.3 and 1.4). I 
have a page with about 2000 text fields 1000 of those have ID tags the 
other do not.  Navigating to this page is very fast however when the 
script is entering data into the fields via ID tags it is very slow, about 
one text field per 15 seconds.  Is this just too much for watir to handle 
quickly or should I be seeing faster speeds?


Thanks,
Josh

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


_
 Bret Pettichord
 www.pettichord.com

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general