Forum Discussion
YMinaev
Staff
16 years agoHi Girish,
Ok, in this case, please send the HTML code of the cell to the test log. Please post this HTML code here.
set aCell = Sys.Process("iexplore").Page("*").Form("DefaultFormName").Panel(0).Panel(2).Panel(0).Panel(1).Table(1).Cell(1, 0).Panel(0).Table(0).Cell(3, 0).Table(0).Cell(0, 0).Panel(0).Panel(3).Table(0).Cell(1, 0).Table(0).Cell(6, 2)
set w = aCell.FindChild(PropArray,ValuesArray, 20000)
Log.Message "Is found: " & w.Exists
Log.Message "Cell's HTML code in Remarks", aCell.outerHTML