Test Complete cannot launch Edge (Chromium-based) browser
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2021
04:08 PM
05-12-2021
04:08 PM
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
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 through Preparing Edge for Web Testing but got the same error still.
Hoping anyone can help me out.
Solved! Go to Solution.
Labels:
- Labels:
-
Keyword Tests
4 REPLIES 4
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2021
08:28 AM
05-13-2021
08:28 AM
the other suggestion I made in that previous post was to contact Support directly - that's still a good idea
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2021
12:58 AM
05-20-2021
12:58 AM
@Marsha_R yes, I also wrote an email to the Support. I was thinking that the forum might offer something.
Below is the fix that Support gave:
- Run Code Snippet operations to perform the Browsers.Item(btEdge).RunOptions = "--do-not-de-elevate" assignment.
- Run Script Routine with the following function
br = Browsers.Item(btEdge);
br.RunOptions = "--do-not-de-elevate";
br.Run();
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2021
10:43 AM
05-20-2021
10:43 AM
What happened when you tried what Support suggested?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2021
07:13 PM
06-01-2021
07:13 PM
I tried and am now using the code snippet, it works fine. 🙂
