Solved
Forum Discussion
rraghvani
Champion Level 3
3 years agoCan you convert your keyword test to script, and post the coding please?
Used the below code for edge and its working fine for edge:
br = Browsers.Item(btEdge);
br.RunOptions = "--do-not-de-elevate";
br.Run();
Can you convert your keyword test to script, and post the coding please?