Finding the correct Link - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Finding the correct Link (/Thread-Finding-the-correct-Link) |
Finding the correct Link - mv8167 - 01-20-2012 Attached is a set of 4 screenshots each of an Object Spy of a Display link. The only difference I can see to deffer between each link izs the absY and href properties. How can I use the below to find each Display link? Code: Browser("Wisdom").Page("Wisdom").Frame("parent").Link("Display").Click thx for looking RE: Finding the correct Link - anil2u - 01-24-2012 Hi, Try using the WebTable DocumentType and identify them based on their row,column numbers and use the ChildItem property to set the object and click on them. Or if you are very much sure that the href property values are not going to change use the identification property href and regularize the expression as ^.*ANNUAL\nSUMMARIES\nAND\nYEARLY\nTAX\nFORMS.* ^.*ASSET\nTRANSFER\/401\nNOTIFICATIONS.* so on... If you find any other alternative let me know too Thanks RE: Finding the correct Link - mv8167 - 01-24-2012 This might be a crazy way to find my link, but i got it to work. What I can find is the group namer table html id, and i knows the name of the report name link that i need, so i find the table and then search the links until i find the matching report name link and thus get the ab s_x and _y cordinates to thus click on the link. goofy? Here is my code: Code: 'Set Table to current open GroupName |