<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>Hi,<BR>
<BR>
'Unable to locate object' problem<BR>
<BR>
When running the following show_all_objects command, I get;<BR>
<BR>
rb(main):016:0> ie.show_all_objects<BR>-----------Objects in page -------------<BR>
HTML Document name= id=SN_NOTESSFrame src=<BR>textarea name=SN_NOTESSText id= value=<BR>
<BR>
How do I write to this object? do I use this:<BR>
<BR>
ie.text_field(:id ,"SN_NOTESSFrame").set("TESTING 1234")<BR>
<BR>
Is this within a frame??<BR>
This doesn't seem to be working .... can someone help?<BR>
<BR>
Thanks,<BR>Imran<BR><BR><BR></body>
</html>