rmnastor
11 years agoNew Contributor
Obtain list of child aliases
Is there a way I can obtain all of an Alias' children.
For example I have an alias Alias.SomePage.Panel_Main and has these children Alias.SomePage.Panel_Main.Button_Ok, Alias.SomePage.Panel_Main.Button_Cancel and Alias.SomePage.Panel_Main.TextBox_Name.
What I want is to identify the Button_Ok, Button_Cancel and TextBox_Name dynamically using jscript. Normally this can be easily achieved through FindAllChildren("MappedName","*",1) but that is not the case if I have an extended find enabed somewhere in the aliases involved.
Thanks in advance!