Page 1 of 1

FindChildren

Posted: Tue Feb 17, 2009 8:14 pm
by atom
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

Posted: Wed Feb 18, 2009 11:14 am
by Support Team
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

Posted: Wed Feb 18, 2009 1:30 pm
by atom
Thanks
API documentation does only have a 1 line description for these methods