Diam ,X and Y co-ordinates can be found using getROProperty:

x_cord=
Browser("name:=PQR").Page("title:=123").WebElement("innertext:=AB").getROProperty(X)
y_cord=Browser("name:=PQR").Page("title:=123").WebElement("innertext:=AB").getROProperty(Y)

 Browser("name:=PQR").Page("title:=123").WebElement("innertext:=AB").FireEvent
"DblClick"

Please have a try...





On Fri, Dec 11, 2009 at 12:43 PM, Daim Phillips <[email protected]> wrote:

> I only need the double click method. The only method I found is DblClick,
> but that requires X and Y coordinates.
>
> Can anyone help.
>
> Set x = Browser("name:=PQR").Page("title:=123")
>
> x.WebElement("innertext:=AB").FireEvent "DblClick"   'does nothing
>
>
>
>  --
> 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%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en
>



-- 
Regards,
Bibek

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