a javascript event may need to be fired on that field
----- Original Message ---- From: Bhavesh <[email protected]> To: Watir General <[email protected]> Sent: Tue, May 3, 2011 4:13:19 PM Subject: [wtr-general] Need help on .value method in watir Hi, Im trying to insert text using ".value" method in watir script. I used like this. $ie.text_field(:id, $1).value=("ChineseData") When script executes, it shows this data in that text filed, but actually it is not inserted in the text filed. When i click submit, it throws error that filed is empty. What is the cause? how can i resolve this? I cannot use .set method as i have utf8 or special characters. Can someone help me out with this. Your help is appreciated. Thanks Bhavesh -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
