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!
A) Do I need a different version of Ruby?
B) Does ie-new-process simply not support rubyw.exe (BUG)?
If anyone can help it would be appreciated! Thanks in advance!
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general