From: shanth kumar Date: 2010-03-25T02:27:36+09:00 Subject: [ruby-core:28944] [Bug #3009] Unable to enter a numeric value into the text field. Bug #3009: Unable to enter a numeric value into the text field. http://redmine.ruby-lang.org/issues/show/3009 Author: shanth kumar Status: Open, Priority: Normal ruby -v: 1.8.6 In my web page there is a text field "Age". I would like to enter age into that field. I written a code such that ie.text_field(:name,'age').set(25) It it throwing below error undefined method `length' for 123:Fixnum (NoMethodError). But It is not throwing an error if I written the code as below ie.text_field(:name,'age').set('25') ---------------------------------------- http://redmine.ruby-lang.org