ContributionsMost RecentMost LikesSolutionssave image to a folder located in regionsHi, Is it possible to save an image to a new folder located in regions?Re: Objects not recognizedHi David, The objects that appear within the UIWnd are actually rendered by Direct3D or OpenGL. Hence, they appear as a bunch of colored pixels. As, u mentioned there are no windows. Well, are you aware of any method to recognize those pixels ? Objects not recognizedHi, Objects thats appear in the UIWnd of the application I'm testing are not recognized by Test Complete. Is there a workaround to get the objects recognized ? Attached is an image of the object browser. Re: How to eliminate coordinatesHi Alex, I have removed the coordinates as below, but when i run the test an error message appears. Is there any particular workaround for this ? Attached is also the object browser recognition and property page. How to eliminate coordinatesTestComplete does not recognize the items of a window in the application I'm testing. To overcome this I added the class name of the window in the text recognition filed under open applications. This works in recognizing the item, but upon recording a script I still do get coordinates along with the ID of the item. Below is the example ; var XTPDockingPaneTabbedContainer = Aliases["matic"]["wndAfx"]["XTPDockingPaneTabbedContainer1"]; MTopicPageBase = XTPDockingPaneTabbedContainer["pageOperations"]["MTopicPageBase"]; XTPDockingPaneTabbedContainer["Click"](118, 31); MTopicPageBase["Click"](61, 43); MTopicPageBase["Create_new_part"]["Click"](67, 5); MTopicPageBase["New_part_name"]["Click"](61, 11); MTopicPageBase["Remove_original"]["Click"](49, 7); MTopicPageBase["b"]["Click"](5, 6); MTopicPageBase["b1"]["Click"](4, 4); How do i remove the coordinates and still be able to run the script succesfully? Codejock Xtreme DockingPane Hi, Does anyone know the code to add Codejock Xtreme DockingPane plugin to MSAA open applications in Test Complete ? Currently Test complete recognizes each click on an item in a docking pane as coordinates, hence i would like to know how to overcome this. *There is a thread posted earlier on adding a plugin for Codejock Xtreme CommandBar to MSAA open applications and it works in eliminating coordinates for each click on an item in a toolbar. Thanks, Divash