Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exist and ChildObjects
#2
Not Solved
HI SAKDOSS,

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.
Reply


Messages In This Thread
Exist and ChildObjects - by SAKDOSS - 09-02-2009, 09:29 PM
RE: Exist and ChildObjects - by sreekanth chilam - 09-03-2009, 12:18 AM
RE: Exist and ChildObjects - by SAKDOSS - 09-03-2009, 01:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Exist and Visible Are True When Objects Aren't There - Is there A Better Way? zunebuggy 3 3,147 04-24-2018, 02:12 PM
Last Post: Ankur
  Time Delay issue with Exist mv8167 11 24,831 06-19-2017, 02:56 PM
Last Post: grosorg
  Performance Issues Using '.Exist' AndyBSG 2 3,502 12-12-2014, 03:24 PM
Last Post: AndyBSG
  datatable column exist diya 3 12,553 12-11-2012, 11:24 AM
Last Post: elango87
  Check if exist not selected radiobutton sedin 6 7,772 09-12-2012, 12:55 PM
Last Post: sedin

Forum Jump:


Users browsing this thread: 1 Guest(s)