Bases: object
object
A class to represent a UI node in an Android UI hierarchy.
Adds a child node to this node.
child – The child UINode to add.
Returns a string representation of the node tree.
level – The current level in the tree, defaults to 0.
A string representation of the node tree.
Contents: