Forum Discussion
nandini_thota
2 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();
Related Content
- 9 years ago
- 2 years ago
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();