12-01-2011, 01:15 PM
Hi
I had faced a similiar issue. Usually such drop-downs are identified as webtable by qtp. check for that. If its a webtable its further easy for u to get the child objects from the webtable using what ravi suggested
Anil
I had faced a similiar issue. Usually such drop-downs are identified as webtable by qtp. check for that. If its a webtable its further easy for u to get the child objects from the webtable using what ravi suggested
Code:
like Browser(Browser).Page(Page).webtable(webtable).childObjects
Anil