I see the following search tree in SAP GUI:
I'm trying to verify the contents of that tree, mainly I want to get the text that is displayed for the nodes. I'm using getNodeText() [MicroFocus] to get the text of the node, but it returns an empty string for all nodes.
As an alternative, I tried getItemText() [MicroFocus] with "HierarchyHeader"
as the itemName
parameter. Still no luck.
So from Silk4J point of view, the tree looks like this, which makes it impossible to identify the nodes:
I even tried to identify nodes using the icon returned by getNodeAbapImage() [MicroFocus], but this also returns an empty string.
For now I don't have any chance to identify the nodes in the search tree. Is there a way to get the node text? A workaround is also acceptable.
I am using Silk4J 15.5 Hotfix 5 (15.5.5.7099).