You're trying to write to what appears to be a frame not the textarea.

ie.text_field(:name, 'SN_NOTESSText').set('this should work')



-Charley


On 5/2/07, Imran Hussain <[EMAIL PROTECTED]> wrote:

Hi,

'Unable to locate object' problem

When running the following show_all_objects command, I get;

rb(main):016:0> ie.show_all_objects
-----------Objects in  page -------------
HTML Document     name=               id=SN_NOTESSFrame   src=
textarea          name=SN_NOTESSText  id=                 value=

How do I write to this object? do I use this:

ie.text_field(:id ,"SN_NOTESSFrame").set("TESTING 1234")

Is this within a frame??
This doesn't seem to be working .... can someone help?

Thanks,
Imran



_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to