Hi Bibek Its long talking with u coming to present i dont think x and y coordinates is required,its my feeling if i am wrong please correct me.
Regards Naveen Shrivastava ================================================= On Sat, Dec 12, 2009 at 4:43 PM, Bibek Khatiwara <[email protected]>wrote: > 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) > > > Please have a try with the cordinated to the "DblClick" > method...DblClick(x_cord,y_cord) > > > 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]<mercuryqtp%[email protected]> > For more options, visit this group at > http://groups.google.com/group/MercuryQTP?hl=en > -- 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
