![]() |
Right-click a Web Link in QTP - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Right-click a Web Link in QTP (/Thread-Right-click-a-Web-Link-in-QTP) |
Right-click a Web Link in QTP - bjotorres - 12-18-2008 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? |