ContributionsMost RecentMost LikesSolutionsWait a window, to continue execution of another window using only FIND I am using the following code: Log.Message("Clicando no Botão Prosseguir") Set BtnProsseguir = PainelMenu.Find(Array("idStr","ObjectType"), Array("btnProsseguir", "ImageButton"),1000) BtnProsseguir.Click Delay(1000) Log.Message("Marcando a Opção Todos") Set RddTodos = PainelMenu.Find(Array("idStr","ObjectType"), Array("LGTabelaPasso2_LGTabelaTipoDeRegistroAuditado_LGrbtSucesso_2", "RadioButton"),1000) While RddTodos.Enabled <> True Delay(500) WEnd RddTodos.Click but not having any success. error log attached Can someone help me? Att, Re: Migrate NameMapping from version 7 to version 9Thanks worked correctly.Re: TestComplete doesn't recognize Mapped Names Good afternoon, I am having the same problem. was automated the entire project in the version 2011.1 and after installing the version 2012.1 nothing works. checked in the "object properties" and namemapping is empty, but the "aliasses.drag mapped objects" here mapped as shown the prints. How will I fix it? Re: Automating by CoordinatedThank you. It worked perfectly. Sys.Keys("teste") Re: Automating by Coordinated Hello Helen. May I, with the method quoted by you, insert a String inside an object without any of it's properties? Just the coordinates? An example: I'll click inside the TextBox. After the cursor is inside the component, I'll input a String value using the coordinates. .wText or .Keys("") properties aren't an option. Is it possible? Automating by Coordinated Is it possible to input some value inside an object with coordinates? Like this: txtDescription.wText = "TestComplete" This line above will input the string "TestComplete" inside the component named txtDescription. I need to input the same String inside and component. But I don't have it's name. Just the coordinates. Is it possible? Re: How to search for text in a combobox dynamic using wildcard (*) ? Hi Alex, It worked perfectly. Thank you. Att, Re: TC does not recognize property the Button Good Afternoon, The project was temporarily paralyzed. When I return the automation Jared i will check on your topic. Thank you. Migrate NameMapping from version 7 to version 9 Good afternoon staff, I am trying to Migrate over NameMapping from version 7 to version 9 is not working too well. the error that occurs is attached. Can someone help me. Att, How to search for text in a combobox dynamic using wildcard (*) ? Good Day, How to search for text in a combobox dynamic using wildcard (*) ? Here's the Code: <CODE> Set CboCategoria = Aliases.MyWay.PortalAdm.panelWindow110.tableWindow110Row2.cellWindow110TableContent.frameWindow110Content.formForm1.panelLgupdatepanel1.panelPanelconsulta.tableTabela.cellTd.panelCbotipocategoria Call CboCategoria.ClickItem("5 - CATEGORIA AUTOMAÇÃO")</CODE> Att,