Solved
Forum Discussion
nandini_thota
3 years agoContributor
Used the below code for edge and its working fine for edge:
br = Browsers.Item(btEdge);
br.RunOptions = "--do-not-de-elevate";
br.Run();
Used the below code for edge and its working fine for edge:
br = Browsers.Item(btEdge);
br.RunOptions = "--do-not-de-elevate";
br.Run();
Used the below code for edge and its working fine for edge:
br = Browsers.Item(btEdge);
br.RunOptions = "--do-not-de-elevate";
br.Run();