![]() |
Drill down through the catalog - 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: Drill down through the catalog (/Thread-Drill-down-through-the-catalog) |
Drill down through the catalog - nuher - 06-05-2009 Hi, I have following problem: I need to drill down through the catalog via all links. Catalog has 4 levels and each level has few links. I'm grabbing all links on the page then following each via 'Foreach' loop. But after I'm comming back I'm not able to following next one. Can anybody correct my procedure? Code: Sub DrillDown (url, level, urlback) Thank you RE: Drill down through the catalog - guocnc - 06-09-2009 not clear about your question. but something must be made clear. The domain in Call DrillDown(domain, level+1, bu) should be referenced to TGRMain, Groups, Headings according to your code. According to your code, there is one assumption: Click on the first level links(Page("TGRMain")) will navigate to the second level(Page("Groups")), and click on second level links will navigate to the third level(Page("Headings")) |