Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to record the double click actions
#3
Solved: 10 Years, 9 Months, 3 Weeks ago
although I agree with Basanth's Sugestion - if you can post more technical details then we can defintely help you in better way.

If I have understood it correct you want to a double click operation on a particular object
I can suggest you for the second scenario
2) Need to perform double click on particular value, how to do this action on specific value

get the x, y co-ordinates of the object on which you want to perform the double click.
Create and object of Mercury.DeviceReplay

use
Code:
object.MouseDblClick( x, y, Button )

where Object is device replay object
and possible values for Button can be
LEFT_MOUSE_BUTTON = 0
MIDDLE_MOUSE_BUTTON = 1
RIGHT_MOUSE_BUTTON = 2

Reply


Messages In This Thread
RE: How to record the double click actions - by Saket - 08-11-2009, 12:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to perform the "Double click" event on Java Addins i.e Java button venkatbatchu 2 7,677 01-24-2010, 01:07 PM
Last Post: venkatbatchu
  Call to COPY of Actions from QC8.2 (file system) to QTP 9.5 not copying the actions govqa 0 2,313 05-13-2009, 01:44 PM
Last Post: govqa

Forum Jump:


Users browsing this thread: 1 Guest(s)