get all Objects from mapped table
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020
01:53 AM
05-05-2020
01:53 AM
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.
Solved! Go to Solution.
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020
03:15 AM
05-05-2020
03:15 AM
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020
11:55 PM
05-07-2020
11:55 PM
Nice! Thank you Wamboo.
@MadGrb was this method what you were looking for?
Sonya Mihaljova
Community and Education Specialist
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2020
12:40 AM
05-08-2020
12:40 AM
Many thanks for you all 🙂
