Solved
Forum Discussion
rraghvani Champion Level 3
Champion Level 3
3 years agoCan you convert your keyword test to script, and post the coding please?
- nandini_thota3 years agoContributorfunction Test4() 
 {
 //Launches the specified browser and opens the specified URL in it.
 Browsers.Item(btEdge).Run("https://smartbear.com/");
 }