You may need to add the webtable object manually here because some
time QTP does not adds the hidden hirearchy. or you can do Descriptive
Programming for that also. likz

Set obj= Browser("title:=X").Page("title:=X").WebTable
("title:=X").WebElement("title:=X")

* May need to do more research for that

2.
You can use Naveen's approach

3.
DOM object model may help you here.. like

Browser("").Page("").WebElement("").object.Doubleclick




You may want to do


On Dec 10, 12:43 pm, naveen naveen11 <[email protected]>
wrote:
> Hi Daim,
>
> As far as i understood from ur querie is that u need double click method.I
> know another approach use Browser("").Page("").WebElement("").fireevent
> "ondbclick".
>
> pls. check for proper syntax by help of QTP.
>
> Regards
> Naveen
>
> ========================================================
>
> On 12/10/09, Daim Phillips <[email protected]> wrote:
>
>
>
>
>
> > 1. There is no DoubleClick method that can be used
>
> > 2. Secondly, the object spy shows hierarchy as
>
> > Browser -> Page -> WebTable -> WebElement
>
> > where as, when I add the objects, it adds
>
> > Browser -> Page -> WebElement
>
> > Can anyone plz assist me.
>
> > Regards
>
> > --
> > You received this message because you are subscribed to the Google
> > "QTP - HP Quick Test Professional - Automated Software Testing"
> > group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]<mercuryqtp%2bunsubscr...@googlegrou­ps.com>
> > For more options, visit this group at
> >http://groups.google.com/group/MercuryQTP?hl=en- Hide quoted text -
>
> - Show quoted text -

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to