Re: [Wtr-general] Is there a way to make file_field.set faster?

2007-01-17 Thread Željko Filipin
On 1/17/07, Bret Pettichord [EMAIL PROTECTED] wrote: I also know that this was broken in 1.5 until recently, so you must have been referring to 1.4.1. Correct? No. I was referring to development gem 1.5.1.1081, the last gem that I could make FileField#set to work. I am curious whether the

Re: [Wtr-general] Is there a way to make file_field.set faster?

2007-01-17 Thread Bret Pettichord
Željko Filipin wrote: It works just fine with revision 1144. It takes only 2 seconds to set file field. Much better than 10 seconds when using development gem 1.5.1.1081. That 10 seconds are from my first report. I tried 1081 gem today and measured 13 seconds to set file field (tree tries).

Re: [Wtr-general] Is there a way to make file_field.set faster?

2007-01-16 Thread Bret Pettichord
Željko Filipin wrote: Is there a way to make file_field.set faster? I have noticed that this is the slowest part of my tests. It takes about 10 seconds to set file field. I have read that it can not be set directly because that would be security issue, but I wonder what I could do to make

Re: [Wtr-general] Is there a way to make file_field.set faster?

2006-11-30 Thread Željko Filipin
On 11/29/06, Željko Filipin [EMAIL PROTECTED] wrote: startClicker works double faster than file_field.set. Iit is now even faster (for three seconds) after I removed line with sleep 3 (when I noticed that comment says that it can be removed). file_field.set needed approximately 10,6 seconds

Re: [Wtr-general] Is there a way to make file_field.set faster?

2006-11-29 Thread Željko Filipin
Mark, Thanks a lot. startClicker works double faster than file_field.set. Paul, I will try autoit tomorrow, and see if it is even faster. -- Zeljko Filipin zeljkofilipin.com ___ Wtr-general mailing list Wtr-general@rubyforge.org

[Wtr-general] Is there a way to make file_field.set faster?

2006-11-27 Thread Željko Filipin
Is there a way to make file_field.set faster? I have noticed that this is the slowest part of my tests. It takes about 10 seconds to set file field. I have read that it can not be set directly because that would be security issue, but I wonder what I could do to make it faster. I upload

Re: [Wtr-general] Is there a way to make file_field.set faster?

2006-11-27 Thread Cain, Mark
# call the clicker startClicker( 'Open', 9, $path) --Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Željko Filipin Sent: Monday, November 27, 2006 2:57 AM To: Watir Subject: [Wtr-general] Is there a way to make file_field.set

Re: [Wtr-general] Is there a way to make file_field.set faster?

2006-11-27 Thread Paul Rogers
: Monday, November 27, 2006 2:57 AM To: Watir Subject: [Wtr-general] Is there a way to make file_field.set faster? Is there a way to make file_field.set faster? I have noticed that this is the slowest part of my tests. It takes about 10 seconds to set file field. I have read that it can not be set