12-18-2008, 03:38 AM
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:
AND
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?
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?