John Lolis wrote:
> I registered AutoItX3.dll using regsvr32 and it got rid of the error message, 
> the problem now is it doesn't fill in the field with any text. I can flash 
> it, so i know I have the right field - I just can't put anything in there.
>
> any more ideas?
>   

Today I checked in fixes for both this and the other problem (autoit 
registration). These are NOT in today's dev gem, but will be in the next 
one. You can pull them from trunk if you like.

A workaround for this problem  for earlier versions of 1.5 is this:

1. Manually register autoit:

     >regsvr32 AutoItX3.dll

2. Add a call to click:

    ie.file_field(:id, 'DriverFileUpload_DriverFileUpload').set(filename)
    ie.file_field(:id, 'DriverFileUpload_DriverFileUpload').click

Please let us know if either of these solutions does not fix this 
problem for anyone.

Bret
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to