Forum Discussion

MGaudio's avatar
MGaudio
Regular Visitor
7 months ago

List of Child Aliases/Mapped Objects

Is there a way to obtain the list of child objects for mapped objects/aliases? I understand that FindAllChildren() works to find children in the Object Tree, but I'm only interested in finding the objects mapped for different testing purposes. Is there a way to achieve this?

1 Reply

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    The reference structure is like so: Object Browser <- Mapped Object <- Aliases. You can use Mapped Object or Aliases, user-friendly names that TestComplete uses to address objects from tests.

     

    I'm not sure why you would want to retrieve a list of child Aliases!?