ContributionsMost RecentMost LikesSolutionsRe: WInForm objects Click() In this case to identify the unique object I have to extract many sub menu of object. for example: Sys.Process("ServiceTool").WinFormsObject("FlyoutDialog", "").Tag.Commands.Item[1].Result[OK] But this property does not have a method click, then my question is if is there other way todo this? WInForm objects Click() Hi everyone, I'm doing a test in desktop and I'm with the follow problem. I identified the element that I found to identify this element doesn't have Click() Methods available. Is there other way to do a click or select this object? somebody know how can I do this? I'm using the Python language. Aliases.ServiceTool.FlyoutDialog.Tag.Commands.Item[0].OK SolvedErro in open mobile by Mobile Screen After configure my mobile and file .ipa, when i click in Run Apps system show message below [Window Title] TestComplete [Main Instruction] The iOS application "LPMobile_preview_TestComplete" cannot be started. [Fechar] Who can help me? special characters After TestComplete capture the data of a variable having special characters using the SetText method or Keys. When entering data in a text field, the text is typed without the letter that has special characters. Ex: Saúde --> Sade Re: Unable to navigate to page Try calling the browser and saved by creating TestApps. Follow the steps below and see if it helps: 1 - right-click on the project 2 - Click Add 3 - Click New Item 4 - Select the TestedApps 5 - Click Ok Appear in the project TestedApps 1 - Click on TestedApps Right 2 - Click on New Item 3 - In the Application field put the path to the executable of the browser (Example: C: \ Program Files (x86) \ Internet Explorer \ iexplore.exe) 4 - Click OK Now whenever you want you can use the following commands in your script: TestedApps.iexplore.Run () / / / To open the browser Sys.Process ("iexplore"). ToUrl ("www.google.com.br") / / / To execute URL. Hope this helps! Item pop-up TestComplete 9<div> I am making a test I need to fill in a field. This field is displayed in a pop up window that dims the screen down, I do not know if this is why but TestComplete can not find this field.</div> <div> Can anyone help me, I'm using version 9<br /> <br /> TestLink with TestCompleteCan someone help me a make link between TestLink e TestComplete? Error when clicking on an item using ClickItemIn the system I'm automating with TestComplete 9, after clicking an option in my system a new registration screen opens to fill. The problem is that TestComplete can not fill anything in this screen, the only thing we can do is give the command Tab Keys. Ex: Sys.Keys ("[Tab]") If you use the FullName, and in the command ClickItem combo he can not find. Even if you use Namemapping, FullName, Find ...... Has anyone encountered this problem?TestComplete with mysql Hello, I'm trying to use MySQL with TestComplete. I have already installed mysql-5.1.63-win32.msi and mysql-5.1.63-win32.msi already created the database but when I make the following steps: 1 - Double click the project 2 - I create a new variable of type DB Table 3 - I select as a Default Value, Database table 4 - I fill right Connection, login and password After selecting the desired table and click on Table View displays the following message --------------------------- TestComplete --------------------------- Unable to display the table data. The Following error occurred: [MySQL] [ODBC 5.1 Driver] [mysqld-5.1.63-community] You have an error in your SQL syntax; check the manual That Corresponds to your MySQL server version for the right syntax to use near '[car]' at line a --------------------------- OK Help --------------------------- Can anyone help me with this or even point me to a tutorial to solve this problem? SolvedRe: How to control wait time for ToURL command After double-clicking on the project, will open the right side of a screen. Click properties>> Playback >> uncheck the Stop error in Runtime If you have further questions, will be a pleasure to help you Hope that helps!