Micro Focus QTP (UFT) Forums
Right click on Flex object - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Right click on Flex object (/Thread-Right-click-on-Flex-object)



Right click on Flex object - rontester - 03-03-2009

Hi does anyone know how to right click on a FlexTree? I cannot find the object reference guide for flex QTP plugin so I am looking in object spy and tea.xml. I see a click method but, only takes a keyModifier which is a keyboard key. I cannot figure out for the life of me how to right click.
Also does anyone know where I can find the object reference guide for flex QTP plugin?

Thanks ~ Ron


RE: Right click on Flex object - VENKATAREDDY_M - 03-04-2009

Hi Ron,
You have Clicik Method means that you have Right Click also.
Click method have arguments as below
.Click [x-coordinate-Optional],[y-coordinate-Optional],[Button-Optional]
You can use below syntax for right click
.Click micRightBtn
It should work

Thanks
VENKATA REDDY