How to retreive the child's property for a single row using parent.findchild
page.NativeWebObject.Find("innerHTML","ApproverRules4","A").Click(); report = page.NativeWebObject.Find("innerText","ABC3 ","A"); status = report.parent.FindChild("title","rejected"); ...