11-19-2009, 05:50 PM
Yes, we can write code without defing the object in OR. This could be accomlpieshed by suing the Descriptive Programming. where during the run time through code we would create the run time object.
e.x-Browser("micclass:=Browser","name:=www").Page("micclass:=page","title:=www").WebEdit("micclass:=WebEdit","name:=username").Set "noone"
e.x-Browser("micclass:=Browser","name:=www").Page("micclass:=page","title:=www").WebEdit("micclass:=WebEdit","name:=username").Set "noone"