Hi all,
I€™m having some troubles on spying a tree node (attached file).
This is a Java application and I have to use the application navigator. All the leaf items have the same properties except the position. The tree is dynamic, can be that some nodes disappear.
Clicking the green arrow is the objective, but the text before the arrow would be an alternative option.
The parent nodes (labels) have text, but the leafs (panels) not.
Is there a way to identify this node? Some discovery strategy that checks the text of the parent node, some iteration?
Thanks in advance
Fabio