Ask a Question

Testcomplete 15 Can not launch edge

loricotton
Contributor

Testcomplete 15 Can not launch edge

I am using Testcomplete version 15 with edge version 101.0.1210.53

I get unspecified error when I try the launch command.

tried the script

  1. br = Browsers.Item(btEdge);

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

    br.Run();

  2. still get unspecified error.
  3. If I have  edge already open my chrome testcases work and I can access the screen. 
  4. I can not get the edge url page to work.
  5. any suggestions?
3 REPLIES 3
Marsha_R
Champion Level 2

npaisley
Staff

Hi @loricotton!

 

If you are using Python as the default language for your IDE in TC, then we need to replace the parens on line 1 with brackets.

 

So this;      br = Browsers.Item(btEdge);

Becomes;  br = Browsers.Item[btEdge];

 

That should get you around the error launching Edge. 

 

While we do not officially support this version of Edge yet, I am running 102 without any issues.


Regards,
Nick

Solutions Engineer @ SmartBear

no I used Jscript
cancel
Showing results for 
Search instead for 
Did you mean: