Forum Discussion
rraghvani
2 years agoChampion Level 3
Then that should work. However, it's worth having a look at the Version History, something may have been fixed.
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();
Then that should work. However, it's worth having a look at the Version History, something may have been fixed.