FindChildren

Ask general questions here.
atom
Posts: 357
Joined: Sun Dec 07, 2008 11:14 pm
Location: Dublin, Ireland

FindChildren

Post by atom » Tue Feb 17, 2009 8:14 pm

Hiya

The method "FindChildren" only searches for immediate child elements
What method can be call to find ALL child elements
(i.e. children at any depth, not just immediate)

Thanks

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Wed Feb 18, 2009 11:14 am

The Adapter.FindDescendants method or the Find method with a path that searches the whole subtree. Please have a look at the API documentation and the RanoreXPath documentation!

Regards,
Alex
Ranorex Support Team

atom
Posts: 357
Joined: Sun Dec 07, 2008 11:14 pm
Location: Dublin, Ireland

Post by atom » Wed Feb 18, 2009 1:30 pm

Thanks
API documentation does only have a 1 line description for these methods