04-21-2009, 07:14 PM
I think when We are referencing a test object in a Table we should use ChildItem table method to get access to that Object. But we should be careful about exact Row and Column numbers where the Test Object Resides other we can't get access to Childobjects in Table. Try the following code.. if it fails try to alter the Column value and try.
Thanks,
Vijay
Code:
For i = 2 To Rows
Set Item1 = WebTableCount.ChildItem(i, 1, "WebCheckBox", 0)
msgbox Item1.GetRoProperty("name")
Next
Thanks,
Vijay