Search results
7 sty 2022 · 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.
10 maj 2022 · If you want to automate Edge through VBA, you need to use SeleniumBasic. SeleniumBasic is a Selenium based browser automation framework for VB.Net, VBA and VBScript. You can follow the steps below to automate Edge browser with SeleniumBasic: Download the latest version of SeleniumBasic v2.0.9.0 from this link and install it.
27 kwi 2022 · We can automate with “webpage” on Edge browser but not the “Edge browser” itself. It is not like IOM and SeleniumBasic that can control web browser. For this, I use Shell function and DOS commands to achieve automation of opening and closing Edge browser.
16 sty 2023 · So I heard I can use Edge in IE mode on Windows 10 without installing seleniumbasic. But couldn't find working script. In this link Automating Edge Browser using VBA without downloading Selenium. An answer listed possible workarounds.
Exploring the automation of Microsoft Edge through VBA, opening files and URLs through code.
28 kwi 2022 · Google for "Edge IE Mode" and look around for how to set that up. basically you configure the computer to just forward any calls to the old IE browser to Edge instead. Then the scripts just work like normal.
This automation method only works for Edge IE Mode, not Edge entirely. For direct automation with Chromium-based browsers such as Chrome and Edge with VBA, see this git of mine instead: https://github.com/longvh211/Chrome-Automation-with-CDP-for-VBA.