ContributionsMost RecentMost LikesSolutionsRe: CEF objects are not recognized when running from Test Execute I did that already but the community usually answer faster then support ... 😄 ... strangely the application is started with the cefhook parameter but objects are not recognize ... I'm puzzled Re: CEF objects are not recognized when running from Test Execute Same project and same test ... test suite passes locally running it from TC while from TE it does not recognize the CEF objects. CEF objects are not recognized when running from Test Execute Did anyone encounter issues when running apps developed using Chromium Browsers (CEF Window) ? The test is passing 100% of time when running with Test Complete 14.91 but they fail when running with Test Execute 14.91. I checked and the object is slightly different - it looks like the parameter for tested app is missing the CEF parameter described here https://community.smartbear.com/t5/TestComplete-Questions/Cannot-recognize-objects-inside-CEF-window/m-p/225503#M99775 The object on the left is captured when testi is launched from test execute while on the right is from test complete. I checked all the possible things but I am running out of ideas. Re: Cannot recognize objects inside CEF window We figured out that the CefHook applied to the launcher process doesn't apply to the main application process once it's started from the launcher. To work around this, we added the main application process to the TestedApps collection and specified there all the needed parameters along with the -injectCefHook parameter, to start this process separately. After that, the CEF part of the application was correctly recognized by TestComplete, and the Object Spy tool was able to catch individual Cef elements. To run the Tested Application from the script, just use the TestedApps.AppName.Run() command (https://support.smartbear.com/testcomplete/docs/testing-with/tested-apps/running.html) Cannot recognize objects inside CEF window I am facing the following issue: I have a desktop app that got integration with a new Chromium Web Browser. This browser is started from a desktop app and is integrated with it. Based on your documentation I have to add this app inside the Tested App section in order recognize objects inside the Chromium. I followed all the steps and still cannot access internal objects from Chromium Web Browser. I have raised this ticket to support but they are very slow in providing feedback and even tough I have tried everything they suggested I cannot identify the objects. Did anyone else have a similar issue? I followed all the instructions from this document: https://support.smartbear.com/testcomplete/docs/app-testing/web/cef/preparing.html I even upgraded TC to TC 15, Web Module is enabled, tested app added according to the recommendations from the document, simplre mode with the injectCefHook paremeter you sent but the objects still cannot be recognized. Am I doing something wrong? Keep in mind that the tested app is a desktop app from here I launch Activity Monitoring (a CEF Window) as you can see in the print screen attached. I only see the objects at first level and I do not see the Web Objects inside the CEF window. SolvedRe: Community Day 2021 - Become Academy Certified Test Complete is a great tool ... I use it everyday. Today was a great opportunity to get 4 certifications within the Academy. Re: TestComplete Community Day - Learn & Talk With the QA Team on Nov 9 Test complete is a great tool ... I use it every day and makes my life as a QA easier. Attached all 4 certificates I obtained all today. Thank you SmartBear!