Finding Any WebObject in The Datatable
Finding Any WebObject in The Datatable
introwcount=browser(g_browser,g_brwtime1).page(g_page).frame(gfrm_financial_summar
y).webtable("index:=4").rowcount
'retrieving the colum count value from web table
intcolumncount=browser(g_browser,g_brwtime1).page(g_page).frame(gfrm_financial_sum
mary).webtable("index:=4").getroproperty("cols")
'searching for edit box for verification as all values as read only
numedit=
browser(g_browser,g_brwtime1).page(g_page).frame(gfrm_financial_summary).webtable(
"index:=4").childitemcount(1, 2, "webedit")
if numedit=0 then
booleanarray(3)="true"
end if
next
next