Forum Discussion
m_essaid
10 years agoValued Contributor
have you mapped your treeview ?
then, either you use the index of your treeview node
treeviewmappedname.clickitem(3); (for example)
or you use the text value of the node
treeviewmappedname.clickitem("|node 1|node 2| etc etc");
- benson10 years agoOccasional Contributor
I think your referring to Object Mapping. I had done object mapping in the project properties.
Thank You