ContributionsMost RecentMost LikesSolutionsError - Transparent or out of the window bounds Hi I'm automating a Desktop application written in Delphi 5. I get this type of error in my different scripts whenever I run the scripts on the build server and fails it. My scripts get passed when I run them on a local machine but when run on the build server, they fail at one point or another with this error. I have tried the wait function as well to slow it down but when I fix the issue at one point it will fail in another script with a similar error( but different coordinates). Has someone faced the same issue and how got it resolved, please? Re: How to differentiate between screens with same Name Mapping Hi , basically before it had only 2 properties 'className' and 'objectIdentifier' and it was behaving the same way I mentioned above so I added another property 'wndcaption' to make it more specific but it didn't work. So do you still suggest I can use wildcards but for which property? Re: How to differentiate between screens with same Name Mapping are you asking for these details? How to differentiate between screens with same Name Mapping Hi My Desktop application is written in Delphi 4. I'm recording Keyword tests first and then convert it into Scripts in Python. There is a common browse screen in our application which is used at multiple places so the Name mapping is same. I'm running two scenarios in which this browse screen is used but with different options. Scenario 1 runs fine but scenario 2 fails as test complete is finding browse screen of scenario 1 instead of scenario 2. Please see the attachment for reference. How can I map the 2nd browse screen with the 2nd scenario? Any help to resolve this will be greatly appreciated. AsTable returns mutiple rows data as single row data Hi I'm using TestComplete Version: 15.51.4.7 x64 to automate Desktop application written in Delphi. I'm having multiple issues while automating Grids as explained in attached document. Can someone please review the document and give some suggestions to resolve the issues? Any queries/ more information needed, please let me know... Thanks Anjali Re: How to double click hidden text in a browse (desktop application) Yes, application is developed in Delphi. As of now, below solution is working but it is not ideal as I want to make it generic function which can be used in multiple windows, so will keep trying...Thanks for your help. Re: How to double click hidden text in a browse (desktop application) Hi When I'm using ClickItem() method , I'm getting below error. Just to mention I didn't find the ClickItem()method option so I just typed in and it didn't complain Re: How to double click hidden text in a browse (desktop application) Yes, as shown below. I need to scroll down to double click it. How to double click hidden text in a browse (desktop application) Hi In my scenario, I've to select a hidden text(Unauthorised) from the list and then double click it. How can I achieve it please? I'm trying to write automation script in Python. I tried OCR.Recognise but that does not work as it is not visible. Re: Can't click on another tab without coordinates defined I'm able to click on tab 5 using below options 1. Aliases.Finance.dlgGLsetup.pnForm.tnbGLSetup.Keys("~5") or Sys.Process("Finance").VCLObject("dlgGLsetup").VCLObject("pnForm").VCLObject("tnbGLSetup").Keys("~5"); Thank you for your help...