Forum Discussion
rraghvani
2 years agoChampion Level 3
Do you have UAC enabled?
Related Content
- 2 years ago
- 12 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();
Do you have UAC enabled?