MadGrb
5 years agoContributor
get all Objects from mapped table
Hi to all,
I have qustion, how can i get all child of Objects value from mapped tabel.
For example that is a ListView of a Form.
Aliases.Umlagerung.UmlagerungPositionPanel.UmlagerungPositionsListe.lvArtikelSelector
now I want to get all mapped name of form 'Umlagerung' at once.
that is like when I Change the Keyword test to script TC Automatically generate it.
Hi Mad,
You can try to use in scripting this function:
TestObj.FindAll(PropNames, PropValues, Depth, RefreshTree)
With this method you can search for whatever you want inside the object.
There are different variants of .find() functions, see the documentation.