06-09-2011, 02:13 PM
Hi Prasad,
I have taken below question below and its answer from web on googling, check whether that helps you...
--------------------------------------------------------------------
Can i change properties of a run time object?
No (but Yes also). You can use GetROProperty(“outerText”) to get the outerText of a object but there is no function like SetROProperty tochange this property. But you can use WebElement().object.outerText=”Something” to change the property.
---------------------------------------------------------------------
Suresh.
I have taken below question below and its answer from web on googling, check whether that helps you...
--------------------------------------------------------------------
Can i change properties of a run time object?
No (but Yes also). You can use GetROProperty(“outerText”) to get the outerText of a object but there is no function like SetROProperty tochange this property. But you can use WebElement().object.outerText=”Something” to change the property.
---------------------------------------------------------------------
Suresh.