goels
6 years agoNew Contributor
Unable to find root node for tree object using TestLeft
I'm trying to identify the tree object for my application. When I find the object using TestSpy, it only returns the object identification for whole panel but not the tree object. It returns class name like below.
"com.ac.desktop.module.mvc.view.AbstractTreeView$InternalJTree"
How can I identify root node of the tree and thus corresponding nodes.