04-28-2011, 01:51 PM
Hi...
Can u plz try this and see if the expected cell is getting highlighted properly?
Can u plz try this and see if the expected cell is getting highlighted properly?
Code:
Set AdmissionRequests = Browser("BN").Page("Inpatient").Frame("Admission Requests")
r = AdmissionRequests.WebTable("Requested Admission Date").GetRowWithCellText("AR1100000113")
PRINT r
Set oElem = AdmissionRequests.WebTable("Requested Admission Date").ChildItem(r, 1, "WebElement", 0)
oElem.Highlight ' it will just highlight the webelement