Forum Discussion

nandini_thota's avatar
nandini_thota
Contributor
2 years ago
Solved

Facing issue while launching browser using testcomplete - Firefox and Edge

Hi Community, Issue with Microsoft Edge: I am using Testcomplete version:  15.44.11.7 and Edge version: 111.0.1661.44 (Official build) (64-bit) when I am trying to launch a edge browser using belo...
  • nandini_thota's avatar
    2 years ago

    Used the below code for edge and its working fine for edge:

    1. br = Browsers.Item(btEdge);

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

      br.Run();