I had the automation tools which are written for IE. Now, I want to re-write those same tools this time to use Microsoft Edge as the default browser. I could not find the alternative approach other than downloading the WebDriver which comes as part of the Selenium Package.
How can I automate the Edge browser without downloading/installing other software or web drivers?
Which version of Selenium are you using? If you're using Selenium 3 or Selenium 4, the available languages are Java, Python, C#, Ruby, and JavaScript. You can refer to this doc for more information.
If you want to use Selenium to automate Edge in VBA, you can only use SeleniumBasic. You can refer to this thread for the detailed steps of automating Edge browser with SeleniumBasic.