Question
2
Replies
19
Views
Posted: 4 weeks 1 day ago
Last activity: 3 weeks 5 days ago
Solved
unable to interrogate Treeview labels under MDIClient in windows Adapter
Hi,
I'm developing automation using windows adapter in Pega Robot Studio 19.1 and while interrogating labels under treeView, the controls are not created and it says treeView control is already created.
There is no labels are available under windows control tab to create a control
I have attached application screenshot for your reference.
***Edited by Moderator Marissa to update Content Type from Discussion to Question; updated Platform Capability tags***
There are specific methods to work with nodes on a TreeView. You'll require some time playing with them to understand how they work. Basically, there are SelectNodeBy...method to use. To get to child nodes, you usually provide a path. I would use the Test Methods option in interrogation mode to help you determine how those work as once you see them, they will become something you are comfortable with.