Re: [Wtr-general] Text box gives an Alert Window when input is giventhrough Watir

2005-10-25 Thread Zeljko Filipin
Try $ie.text_field(:name,NAME).set('6') Zeljko From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amitha Shetty Sent: Tuesday, October 25, 2005 11:55 AM To: wtr-general@rubyforge.org Subject: [Wtr-general] Text box gives an Alert Window when

Re: [Wtr-general] Text box gives an Alert Window when input is giventhrough Watir

2005-10-25 Thread Amitha Shetty
$ie.text_field(:name,"NAME").set('6') also gives alert window but does not throw any exception.On clicking 'Ok' on alert window, 6(first digit)will be entered onto the text box followed by an alert window again for the next digit. This continues for all the digits of the number given as a