Project

General

Profile

Actions

Bug #3009

closed

Unable to enter a numeric value into the text field.

Added by shanth (shanth kumar) about 14 years ago. Updated almost 13 years ago.

Status:
Third Party's Issue
Assignee:
-
ruby -v:
N/A
[ruby-core:28944]

Description

=begin
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')
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0