01-19-2010, 09:28 PM
Hi,
I have a scenario like,
Need to perform double click on a button which is "Java Button"
Version: QTP 10
Please refresh me with the above scenario
I have tried with some of the options like
One:
this is wotking with Web objects)
which is displaying the error message as "un recoverable error"
Second:
Which is also displaying the error message as "un recoverable error"
please refresh me with the above scenario
Thanks in advance
Venkat.Batchu
I have a scenario like,
Need to perform double click on a button which is "Java Button"
Version: QTP 10
Please refresh me with the above scenario
I have tried with some of the options like
One:
Code:
JavaWindow("xxxxxx").JavaButton("xxxxxx").FireEvent("ondblclick")
(FireEvent("ondblclick"),
which is displaying the error message as "un recoverable error"
Second:
Code:
JavaWindow("xxxxxx").JavaButton("xxxxxx").Getroproperty("abs_x")
JavaWindow("xxxxxx").JavaButton("xxxxxx").Getroproperty("abs_y")
JavaWindow("xxxxxx").JavaButton("xxxxxx").Doubleclick(&x,&y)
Which is also displaying the error message as "un recoverable error"
please refresh me with the above scenario
Thanks in advance
Venkat.Batchu