Hi Sudhir & Preethi ,
For retrieving the run time property value of weblist or any object , we should use the "GetROProperty()"
Infact "GetItem(index)" is used for returning the value of item with specified Index.
So u can use the following way:
Try it out & see .....u will have clear picture.
For retrieving the run time property value of weblist or any object , we should use the "GetROProperty()"
Infact "GetItem(index)" is used for returning the value of item with specified Index.
So u can use the following way:
Code:
Browser("Browser").Page("Page").WebList("ListName").GetROProperty("Selection")
