Micro Focus QTP (UFT) Forums
Right Click on menu in Web Table - 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 menu in Web Table (/Thread-Right-Click-on-menu-in-Web-Table)



Right Click on menu in Web Table - brijesh_shivnani - 04-10-2010

I need to do a right click on a link in webtable cell which would open a menu and it has a sub menu from which I have to select an option.
Can anyone help me with this???


RE: Right Click on menu in Web Table - Saket - 04-12-2010

use device replay to do a right click, then you can use sendkeys arrow keys to go through each menu.

Code:
Set obj = CreateObject("Mercury.DeviceReplay")
obj.MouseClick x_coord, y_coord, 2