Re: [wtr-general] Re: get value from password type text-field

2010-06-04 Thread kashyap ivaturi
is working before your introduce complication. Thanks, Adam On Jun 3, 7:58 pm, kashyap kashyap...@gmail.com wrote: Hi all, I am testing(using Watir) a web-form that has many text fields in it.One of the text-fields is a password type text field. The text-field's HTML is: INPUT

[wtr-general] getFocusedElement

2010-06-03 Thread kashyap
Hi all, Is there a method in Watir to get the id/name of the current focused element in a webpage? -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to

[wtr-general] get value from password type text-field

2010-06-03 Thread kashyap
Hi all, I am testing(using Watir) a web-form that has many text fields in it.One of the text-fields is a password type text field. The text-field's HTML is: INPUT class=stdbox type=password maxLength=64 onchange=IsAlphaNumericOrSet( this.value, g_PswdSetChars, 'Confirm Password', this.title)

Re: [wtr-general] Re: text_filed validation - onchange alert window

2010-05-28 Thread kashyap ivaturi
the text_field to the value 'item' On Thu, May 27, 2010 at 7:16 PM, Wesley Chen cjq@gmail.com wrote: I think you can search the method as set_no_wait in Watir general group. Then you may have a try on it. Wesley. For life, the easier, the better. On Fri, May 28, 2010 at 7:54 AM, kashyap

[wtr-general] Re: text_filed validation - onchange alert window

2010-05-28 Thread kashyap
Hi Wesley, Sorry, I was able to get it to work. I did not pass the value to the text box properly before and that is the reason why it did not work before. Thank you for helping me with the issue. On May 28, 10:12 am, kashyap ivaturi kashyap...@gmail.com wrote: Hi Wesley, I tried

[wtr-general] text_filed validation - onchange alert window

2010-05-27 Thread kashyap
Hi, I am trying to write test scripts to automate a web application.One of the text_fields in a form has an onchange event that calls a javascript function to validate the value entered in the text_field.If the value entered is an invalid one, then an alert window pops up displaying an error text