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