Hi
On IE9 browser
I find by element but it is not success.
(It succeed on firefox)
allrow = 0
Please refer attachment
****
Element containerElment = Find.ById("tblFunction");
if(containerElment == null) throw new Exception("Can't find tblFunction");
Element tBodyContainer = containerElment.Children[0];
Log.WriteLine("tBodyContainer : " + tBodyContainer.ToString());
List<Element> allRow = tBodyContainer.Children.ToList(); // All TR items
Log.WriteLine("All rows count : " +allRow.Count);
On IE9 browser
I find by element but it is not success.
(It succeed on firefox)
allrow = 0
Please refer attachment
****
Element containerElment = Find.ById("tblFunction");
if(containerElment == null) throw new Exception("Can't find tblFunction");
Element tBodyContainer = containerElment.Children[0];
Log.WriteLine("tBodyContainer : " + tBodyContainer.ToString());
List<Element> allRow = tBodyContainer.Children.ToList(); // All TR items
Log.WriteLine("All rows count : " +allRow.Count);