ContributionsMost RecentMost LikesSolutionsRe: URGENT HELP NEEDED! TESTCOMPLETE WAITING FOR OBJECTS ETC FOREVERHi, I could find the controls OK,Cancel using finder tool, You can do one thing go to file| install extension and select all extensions and then try again.Re: How To Click Objects Whose Property Values Keep ChangingHello Anil, As per my knowledge you are missing two thing .......first is you are not using tag value in find method and second is you are not focusing on image object ...you please try with this. Re: Can we update the IE index dynamically in the script.Hi Robert, Thanks for your valuable inputs.....I have got some success in getting the index dynamically....if the function does not works properly then I need to edit the registry.Can we update the IE index dynamically in the script.Hi, I always need to check the index of IE 8 browser and need to modify that index in the script manually [set p = Sys.Process("iexplore", 2)]..... if there is any way to do it dynamically then please let me know. [In earlier discussion at forum there was a suggestion to change the registry value to tackle this problem...but I am not in favor of that]Re: slow execution while waiting for present objectsHi, I can see the -1 value in a statement, can you remove it and execute the script or use wait property technique.Re: How to control scroll bar movementHi 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. Re: How to control scroll bar movementHi, I have used the method like this: TestObj.ScrollIntoView(False) now it always focus on the last element of the tree. Thanks for your kind help.How to control scroll bar movementHi, I am writing VB script for web based application where a tree view folder structure is there and images are stored in it year/month/day hierarchy. I used for loop to expand the tree structure, it works fine until the scroll bar comes, and when it come it stuck there. There are functions appears in code completion window I don't know how to use them, nothing is mentioned in test complete help. Can anyone help in to understand this functions. 1. ScrollintoView() 2. Mousewheel() I have tried some methods like....scrollbar.keys("[Home]"), scrollbar.keys("[End]"), scrollbar.keys("[Down] [Down]")...it works for few more and then again stuck. The tree has many folders/ sub folders and around 3000 to 4000 images are there under hierarchy. I need a method which should gel up with the click event and should control the scroll bar movement simultaneously.Re: Can not click files in Choose file to upload windowThanks, I got the right help from you.Can not click files in Choose file to upload windowHi, I am trying to automate test cases for web application, where I need to select a zip file from 'Files to upload window', which get triggered on click of 'Browse' button. I could find the 'SysTreeView32' object using find method and for that object there is a method called 'wSelection' for selecting a item from tree, but I could not do it using this method as TestComplete shows logical error for it. Please guide me to achieve this.