I have an item inside the window (specifically, inside the list view) which I need to automatically click with TestComplete. TestComplete suggests that I specify the list item index to click on (when ...
You can do the following: consider that your entire list view is an image. You can use the Picture method to get the image of the object. After this, you can search the image of the specified item inside the entire image. Please refer to the "Finding an Image Within Another Image" article for details.