Hi Barry,
treeview objects often use components that are not easy to identify in the .NET layer. Have you tried to use the Application Navigator or UI Application Navigator (from the Identify button drop-down)? It is possible the elements are listed in the Navigator even if they are not highlighted when you use the regular Identify action. If that doesn't work, you might have to explore other techniques, like:
- Send Keys actions to navigate the tree (arrow up, arrow right to expand, Enter to select...)
- Send Keys actions to copy the content of the treeview to the clipboard and then parse the string (CTRL-A + CTRL-C)
- Region Mode: if the name of the treeview folders are consistent, you can easily spy i.e. the folder General image and then click on it
------------------------------
Luca Valente
Senior Product Consultant
Blue Prism
America/New_York
------------------------------