04-28-2011, 12:30 PM
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.Click
I tried with first column even then its not meeting as expected(no weblement is clicked)
what i mean to say is in fronend of the application table is showing with some n number of columns and m number of rows but in the object spy only one column and some 9 rows is displayed in the properties