~~~
@browser.elements(:css=>"input[type=password]").each {|x| p x.class}
WIN32OLE
WIN32OLE
~~~
Why is it a WIN32OLE?
~~~
@browser.elements(:css=>"input[type=password]").each {|x| x.value = "test"}
# It works fine in irb, but : Unknown method value= for....from the script
~~~
---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir/issues/7
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development