Automating Edge Browser using VBA without downloading Selenium
Answer a question
I had the Automation tools which are written considering the IE. Now, I want to re-write those same tools this time by considering the "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.
Can someone please help me on Automating the Edge browser without downloading/installing other softwares or Web drivers?
Thanks, Kanthi
Answers
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.
更多推荐
所有评论(0)