Test Complete cannot launch Edge (Chromium-based) browser
Hi, I cannot launch Microsoft Edge (chromium-based, Version 90.0.818.56 (Official build) (64-bit)) using Test Complete. I kept on getting the error below: An internal error occurred while running the Microsoft Edge browser. Details: Unspecified error Other browsers were fine. I saw a similar post - "Unspecified error" when trying to launch Microsoft Edge browser - but the issue was supposed to be solved by updating to the recent version of TC, which I did (currently using v 14.81.217.7 of TC) but still I am getting the error. I have gone throughPreparing Edge for Web Testing but got the same error still. Hoping anyone can help me out.Solved1.2KViews0likes4CommentsTestComplete not getting Microsoft Chromium Edge (CEF Based Embed) as Browser object
Hi, I am stuck while automating one of our Desktop application which has embedded chromium Edge. TestComplete is not getting it as browser and page object. Sometime it get it as MSAA object and sometime it does not recognize the content and get it as a whole window like:.Window("Static", "", 1).Window("Chrome_WidgetWin_0", "", 1).Pane("Sign in to your account - Microsoft Edge").Document("Sign in to your account"). Please note that I have launched my application from within TestComplete with Command-line parameter:-injectCefHook. Before our application was using google chrome chromiumembeds and it was working fine. Recently our dev has started using Edge chromium embed and after that change it stopped picking the CEF objects.Solved1.5KViews0likes3CommentsIs a testComplete chronium integration planned for next versions ?
Hi everyone, We develop automated tests in TestComplete for a Web application. We are using TestComplete 14.30. Our scripts take the browser name as input parameter (we pass this parameter to the Sys.Browser() object), then we configure 4 test items, one per browser in Firefox, Chrome, Edge, Internet Explorer, and we run our test on 4 web browsers with exactly the same script ! Now we have a problem since Microsoft released his new Edge based on Chromium. of course, we read these documentationsAbout Support for Chromium Embedded Framework ,Preparing CEF-Based Applications for Testing ,AccessToChromiumContent Property (the example given in that 3rd link does not work for us), but it suggests to use TestedApps instead of Sys.Browser() object, which is completely a different approach, and so we have to develop some specific code specificaly for Edge. Since a Smartbear TestComplete integration pluggin is available on Chrome, and allows us to interact with a Web application in the Chrome browser with Sys.Browser() object, such a plugin is planned to be developped ? Or another integration way ? We need to know if we have to develop that specific code, or if we have just to wait and disable our test items running on Edge just a moment, waiting for that integration. Thanks for reading, regards, FelixSolved2.3KViews3likes10CommentsEdge updated to Chromium Edge in latest Windows update
I ran into an issue where the machine I test on ran Windows update on 3/17/2020 and got the new Chromium Edge. This is not supported by Testcomplete. Has this happened to anyone else and have you found a solution to test with "Legacy" Edge? Things I have found with editing the registry for the EdgeUpdate does not apply if you update through windows update. I cannot uninstall the update through windows update history. I cannot revert back before the update.Solved1.8KViews0likes5CommentsBrowserWindow(0) under Browser("edge") could be missing sometimes
When the BrowserWindow(0) is disappeared, there will be a new object calledUIAObject("Microsoft_Edge"); however, I dont know how and when this will happen. When I use BrowserWindow(0).Maximzie() function, it would fail all my tests. Althought UIAObject("Microsoft_Edge") can maximaze the browser window too, but it is not existed permanetly either.Has anyone seen this before? Any idea or suggestion to handle it? Thanks in advance!574Views0likes0Comments