Forum Discussion

Novari-QA's avatar
Novari-QA
Frequent Contributor
8 years ago

Name Mapping - How to remove parent objects but persist children

In my example, i have 
- Screen
  - Panel
     - Table
       - Table
         - Cell

What I would like to do, since in no circumstance do i care about the Panel or tables, i just want to go. Screen.Cell.  However if i move the cell to be a child of screen, it screws everything up. 

I want:
- Screen
 - Cell

Thoughts?