Forum Discussion
vantaku01
2 years agoOccasional Contributor
Hi Nandini,
First you need to setup the tested apps in your project.
then give the loacation of ".exe" file for tested application
later you should run the tested application and then navigate to the required browser.
Code as Follows:
function Edge_Browser()
{
TestedApps.msedge.Run();
Browsers.Item(btEdge).Navigate("https://smartbear.com/");
}
Related Content
- 2 years ago
- 12 years ago