How to get cell data from a webtable for automation testing
WebtableContent = Browser(“micClass:=Browser”).Page(“micClass:=Browser”).WebTable(“name:=tablename).GetCellData(i,j)
Note: i is row number and j is column number in the web table.
Note 1: static descriptive programming is used to write code.