[wtr-general] Re: FireWatir Read Only Exception

2009-07-13 Thread Angrez Singh
If the textbox is read-only you can't enter any values as per UI is related. But you can always use .value method to set the value like this: ff.text_field(:id, 'id').value = xyz But why you want to set value for read-only text box? On Sat, Jul 11, 2009 at 11:42 PM, kiran yajamanyam

[wtr-general] Re: FireWatir Read Only Exception

2009-07-13 Thread kiran yajamanyam
At least in my case text-field was not read only. But now i am not facing that issue any way. Regards, Kinnu On Mon, Jul 13, 2009 at 12:16 PM, Angrez Singh ang...@gmail.com wrote: If the textbox is read-only you can't enter any values as per UI is related. But you can always use .value method

[wtr-general] Re: FireWatir Read Only Exception

2009-07-13 Thread al3kc
I also see this error for NOT read-only fields sometimes. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting,

[wtr-general] Re: FireWatir Read Only Exception

2009-07-13 Thread Angrez Singh
Any examples will be great to debug the issue? On Mon, Jul 13, 2009 at 1:49 PM, al3kc aleks.kiev...@gmail.com wrote: I also see this error for NOT read-only fields sometimes. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[wtr-general] Re: FireWatir Read Only Exception

2009-07-11 Thread kiran yajamanyam
Even I faced this issue, but it is not 100% reproducible, is there any work around for this? Regards, Kinnu On Sat, Jul 11, 2009 at 3:41 AM, jtk jeff.kr...@gmail.com wrote: I'm trying to automate a script that will read the FireFox about:config page. To do this I want to put text into the