ContributionsMost RecentMost LikesSolutionsRe: Running the latest Firefox for testing Not sure what "from tc import *" does, but to launch Firefox browser, it's # Open smartbear.com in Firefox browser: Browsers.Item[btFirefox].Run("http://smartbear.com"); And take note of Web Testing with Firefox and Supported Browsers Mozilla Firefox 91 - 115.10 ESR, 94 - 140 (both 32- and 64-bit versions) Note: Beta versions of Mozilla Firefox may not work with TestComplete. They are not supported and we recommend using a stable release. Add tcFirefoxRunner.exe (from TestComplete Bin folder) to your Tested Apps list, and launch it from Tested Apps. Re: how to capture loading which appears for 2,3 seconds Is it web or desktop application? Re: Object Brower : annoying behavior Hassan’s response is based on the "answer" given by ChatGPT! Unfortunately ChatGPT doesn't know if you're using XPath or Classic testing, language, scripting or keyword test, and just assume you can easily change things 🤦🏻♂️ Re: Unable to map objects on a web application Verify that you have the SmartBear Test Extension installed on your browser, and that the Install Extensions for Web is enabled. Also check that you still have Web Module license. Re: Test Complete does not locate my Desktop app Verify TC is able to locate your objects, based on the criteria given for your name mappings you have defined. For example, your first keyword operation is performing a click on Atelier. In your name mappings, press the button 'Check for Name Mapping updates' and TC will locate all objects that it can see (green dot). Any objects that it can not locate (red dot), will most likely indicate the issue. In this example, it's not able to find Atelier. Also, what version of TestComplete are you using? Re: New Install TestComplete 15.79 : Slowness on some buttons... TestComplete will search and wait for the object to appear, based on the criteria defined in the name mapping. The delay is based on your Project Settings -> Playback, Global project settings can also affect delays, Also, the chosen language could also cause issues too. If you look through the changes in Version History, you should be able to narrow down the issue. For example, Re: New Install TestComplete 15.79 : Slowness on some buttons... What technology is your application built on - .NET, Java, Delphi, Borland, Qt? Have you developers updated the technology? Have you consulted them? Has the issue only occurred, during the update of TestComplete? Re: Unable to install TC/TE version 15.79 The only issue that I had, was with .Net Runtime, causing the installation to fail. After restarting my machine, installation worked fine. Without knowing the exact error, "getting some access related issues" - this could mean anything! Re: Jenkins + TestComplete Plugin resize Unfortunately, there is no built‑in Jenkins or TestComplete plugin setting that allows you to resize the embedded picture preview area in the Jenkins TestComplete results view. The preview pane is fixed in size, and the only supported way to see larger screenshots is to double‑click them to open in a separate window. A quick Google of "Jenkins Test Results" shows similar results Re: Object Brower : annoying behavior Unfortunately, there’s no workaround for this. By the time SmartBear addresses the issue, Chromium will likely have updated its engine several times, causing TestComplete to break again. Chromium has a massive development team compared to SmartBear, making it impossible for SmartBear to keep pace with daily changes. That’s why SmartBear specifies supported browser versions in their requirements.