09-02-2011, 06:39 PM
Dear friends...
I had read that we can set the property of an object using SetTOProperty method and i tried the following code...
But unfortunately this is not working, two times MSG box showing the old name itself. Also i am not able to track the problem... Can any one help me to out from this ...
Waiting for your reply...
I had read that we can set the property of an object using SetTOProperty method and i tried the following code...
Code:
Set obj=Browser("B").Page("P").WebEdit("WebEdit")
MsgBox obj.GetROProperty("name")
obj.SetTOProperty "name","NewName"
MsgBox obj.GetROProperty("name")
But unfortunately this is not working, two times MSG box showing the old name itself. Also i am not able to track the problem... Can any one help me to out from this ...
Waiting for your reply...