Forum Discussion
panka152
13 years agoContributor
Hi Rickie,
I found this method very useful and giving desired result.
What I done is, mapped the ' +' sign in a tree and used FOR loop to click every node and its child nodes.
I always put 0 for click item like this......TestObj.clickitem(0)
In your case if + sign is not there, use a common properties of list view objects and use 'find all' method and use that object in a script to click the objects in list box..
Previous to this I have used TestObj.MouseWheel(i) which will move the scroll bar with reference to click events.
I found this method very useful and giving desired result.
What I done is, mapped the ' +' sign in a tree and used FOR loop to click every node and its child nodes.
I always put 0 for click item like this......TestObj.clickitem(0)
In your case if + sign is not there, use a common properties of list view objects and use 'find all' method and use that object in a script to click the objects in list box..
Previous to this I have used TestObj.MouseWheel(i) which will move the scroll bar with reference to click events.
Related Content
- 8 years ago
- 13 years ago
Recent Discussions
- 3 days ago