print_all_descendants
(container, max_depth=-1, indent=0)
Prints the object and all of its descendants recursively
to the console.
Args:
container: A SAP GuiContainer object.
max_depth: The maximum depth of the recursive search. Defaults to -1.
indent: The indentation level of the printed text.
This increases for each level of the recursion. Defaults to 0.