Forum Discussion

rcoso's avatar
11 years ago

Search for unmapped objects

What's the best practice for map all UI element not already mapped?
  • vajindarladdad's avatar
    vajindarladdad
    Frequent Contributor
    Hi,

    You can use following methods to get the unmapped objects( specifying properties & values of the object )



    1) FindChild

    2) Find

    3) FindAllChildren



    Please refer help file for more information on these methods.



    I hope this has been of some help.