Forum Discussion

XBug's avatar
XBug
Contributor
3 years ago
Solved

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 runni...
  • XBug's avatar
    XBug
    3 years ago

    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:

    1. Run Code Snippet operations to perform the Browsers.Item(btEdge).RunOptions = "--do-not-de-elevate" assignment.
    2. Run Script Routine with the following function
      1. br = Browsers.Item(btEdge);

        br.RunOptions = "--do-not-de-elevate";

        br.Run();