Micro Focus QTP (UFT) Forums
How to Get child element of a Web Element - 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: How to Get child element of a Web Element (/Thread-How-to-Get-child-element-of-a-Web-Element)



How to Get child element of a Web Element - Imtiaz-QA - 05-04-2010

I have a tree like structure of web elements and i want to get the child elements under main web elements.Plz tell how can i do that.......


RE: How to Get child element of a Web Element - basanth27 - 05-05-2010

IF the tree parent is recognized as a webelement then you should understand that the tree is not recognized by QTP. It doesnt matter, you may have to re-invent the wheel. So here is some food for thought,

1. Post the code you have tried so far ?
2. Post the properties of the webelement ?
3. Can you traverse using keystrokes ?