loricotton
3 years agoContributor
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
br = Browsers.Item(btEdge);
br.RunOptions = "-do-not-elevate";
br.Run();
- still get unspecified error.
- If I have edge already open my chrome testcases work and I can access the screen.
- I can not get the edge url page to work.
- any suggestions?