[wtr-general] Re: How to get the values of the text box?

2009-04-17 Thread Chuck van der Linden
Just a note. the HTML standards dictate that to be proper HTML that the value of an ID attribute must be unique on the page. So checking by both ID and Index is redundant. Unless the page is not legal HTML (in which case you have a bug to file in my opinion) you should reliably be able to fin

[wtr-general] Re: How to get the values of the text box?

2009-04-17 Thread Darin Duphorn
To get current value you can use Text_value = $ie.text_field(:id=>"id name",:index=>index).value From: watir-general@googlegroups.com [mailto:watir-gene...@googlegroups.com] On Behalf Of Durgesh Nadkarni Sent: Friday, April 17, 2009 7:57 AM To: