Norm wrote:
> Using ruby 1.8.5 and watir 1.5.1.1164. When I use the following code the
> script stops after opening the browser and doesn't set the text field and
> move on with the script, can't figure out why!:
>
> ===============================================
> require 'watir'
> require 'watir/contrib/ie-new-process'
>
> $ie = Watir::IE.new_process
> $ie.logger.level = Logger::ERROR
> $ie.goto('www.google.com')
> $ie.text_field(:name, "q").set("test")
> ===============================================
>
> If I use ruby.exe instead of rubyw.exe it works fine!
>
>
This works fine for me using rubyw.exe, ruby 1.8.5 and the trunk version
of watir. Would it be possible for you to narrow down the problem a bit
more?
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general