I had a problem with file upload pop-up freezing sometimes. A colleague (Tomislav Car) sent me this patch that really helped me. It only adds "sleep 1" to FileField#set.
Patch is applied to trunk revision 1321.
Description
I had a problem with file upload pop-up freezing sometimes. A colleague (Tomislav Car) sent me this patch that really helped me. It only adds "sleep 1" to FileField#set.
Patch is applied to trunk revision 1321.
Applied patch in commit 1350. This will be included in Watir 1.5.5. Thanks Tomislav!