Set oDesc = Description.Create()oDesc("html tag").Value = "TABLE"
' Get a collection of webtableSet oCollection = Browser(“name:=test”).Page(“title:=test”).ChildObjects(oDesc)webTableCnt = oCollection.Count-1