09-23-2011, 07:56 PM
Hi, can u plz try the below code:
Code:
dim oList
set oList=description.create()
oList("micclass").value="WebList"
set oList1=browser("title:=.*").page("title:=.*").childobjects(oList)
cn=oList1.count
if cn <>0 then
oList1(0).select"TypeGmd"
else
msgbox "weblist isn't present on the page"
end if