Micro Focus QTP (UFT) Forums

Full Version: Right-click a Web Link in QTP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone have a working example with QTP recording a right-click with the mouse button on a web link and then selecting the Save Target As option?
I have gone through severl forums and there has been no help. I've used code:

Code:
Link("link name").Click X-coordinate, Y-coordinate, micRightBtn

AND

Code:
Link("link name").Click micNoCoordinates, micNoCoordinates, micRightBtn

with no success.

I even used QTP's suggestion to modify the Web Event Recording Configuration XML file. However, doing this modification only records right-clicks on web object susch as the browser's tool bars, but not on any of the links.

Can anyone help me find my way?