Forum Discussion
benson
10 years agoOccasional Contributor
Thanks for response.
When I recorded Click method uses coordinates. But I am looking for ClickItem. As explain in below link.
https://support.smartbear.com/viewarticle/73983/?q=treeView#_ga=1.221533393.873957535.1456910892
altemann
10 years agoContributor
Hey benson!
I used to have this problem as well, in my case the solution was to remove the pipe ( | ) before the index of the item to be clicked.
Like this: Window("SysTreeView32", "", 1).ClickItem("[3]");
- benson10 years agoOccasional Contributor
Thank You for your reply.
Above trick didn't work for me.
I am looking ClickItemR for Rad treeview control. Here is my code
WinFormsObject("radTreeView").ClickItemR("[1]")