09-03-2009, 12:18 AM
HI SAKDOSS,
Please find the below example for an "WebTable" & its working fine for me.
Example:
So explore from ur side for ur Java Appl & i hope you can solve it.
Please find the below example for an "WebTable" & its working fine for me.
Example:
Code:
Set obj=Description.Create
obj("micclass").Value="WebTable"
Set x=browser("Gmail...").Page("Gmail..").Frame("cu4idgi98gudv").ChildObjects(obj)
msgbox x.count ' displayed 1
x(0).highlight ' this worked fine
msgbox x(0).Exist ' displayed True
msgbox x(0).GetROProperty("Visible") 'displayed True
x(0).highlight ' again worked fine
So explore from ur side for ur Java Appl & i hope you can solve it.