Question

How to select the items in a Hierarchy TreeView
How do I need to select the items of Hierarchy Tree using automations.
***Edited by moderator, Maryrita: moved to Product Support from Applications***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-

If the tree is dynamic then interrogate the parent and see if you can use a selectbyindex or selectbyname method. If it's static then interrogate each node and use performclick on it.


Can you post a screenshot of Object Explorer? Is this a web application or a Windows application? What is the type of this control? If it is being identified as a generic control, then you will not have access to those methods.


From the icon it appears to be a ListBox. What are the methods that you have available? Generally, there are multiple ways to select items available. The methods should start with "Select".


You would likely need to work with support to determine why this particular control is identified as a ListView as opposed to a Treeview. If you open an SR, please report the number here for tracking purposes.
The following article will be help you in creating an SR-
My Support Portal explained for Pega Robotic Automation (formerly OpenSpan)


I suggest that you open an SR with support as it appears you need someone who can look at your machine. If you do open an SR, please post the SR number here for tracking purposes.
The following article will be help you in creating an SR-
My Support Portal explained for Pega Robotic Automation (formerly OpenSpan)

For these tree view is there a perform right click option, and if there a perform right click can we select a option after right click?