Forum Discussion
bhaugurav
15 years agoOccasional Contributor
Hi ,
Sorry for late reply.
Please find details below:
1. I am using WPF TreeView which we have for selecting data for backup software. So there is no any editbox and I cant use any OpenFile method(I assume this will clarify the thing)
2. Below is the script I recored with our product TreeView
Sorry for late reply.
Please find details below:
1. I am using WPF TreeView which we have for selecting data for backup software. So there is no any editbox and I cant use any OpenFile method(I assume this will clarify the thing)
2. Below is the script I recored with our product TreeView
Call treeView.ClickItem("|[0]|[0]|[3]") //Expand Action
Call treeView.ClickItem("|[0]|[0]|[3]|[0]") //Expand Action
treeView.WPFObject("TreeViewItem", "", 1).WPFObject("TreeViewItem", "", 1).WPFObject("TreeViewItem", "", 4).WPFObject("TreeViewItem", "", 1).WPFObject("DockPanel", "", 1).WPFObject("Button", "", 1).ClickButton //Selected the node(checkBox )
3. I tried ClickItem method you suggested like this
Call treeView.ClickItem("|
I am stcked :( . Any solution???
Thanks,
Bhausaheb Gurav
Related Content
- 11 years ago
- 2 years ago
Recent Discussions
- 20 hours ago
- 20 hours ago
- 5 days ago