svruss
15 years agoOccasional Contributor
Can't take cell object from table
Hello again,
my problem today is with cell object from table. When I use follow script to take cell it return me in Watch list only [Object]:
my problem today is with cell object from table. When I use follow script to take cell it return me in Watch list only [Object]:
page = Aliases["iexplore"];
findFirstName = page.FindChild( new Array( "ColumnIndex", "ObjectType", "RowIndex", "innerText" ), new Array( "0", "Cell", "7", name ),100);
I check for other objects with same parameters, but for this cell combinaion on parameters is absolutly unique and don't have any repetition. Also I do some tests with GetTable command as in Parsing HTML Tables chapter, but it return me exception when go on row with GetTable. Can you suggest me decision for this problem?
Besr Regard
Svetoslav