Search results
7 sty 2022 · As of 25th April 2022, you can now directly automate Edge IE Mode with VBA without any additional third party-software. The below guidance has been well tested by me and my colleagues after obtaining it from exchanging with our partnered Microsoft Support team.
Edge IE Mode Automation with IES for VBA An alternative method to automate Edge IE Mode directly using VBA. This method is useful when the target environment is unable to perform the necessary windows upgrade to transist to Edge IE Mode Automation from the original Internet Explorer (see my StackOverflow's response below for further details here).
28 kwi 2022 · If Selenium is not an option, I think you can't automate with Edge IE mode. The only way to automate with Edge IE mode is using IEDriver. You can't do it with only VBA. You need to: Define InternetExplorerOptions with additional properties that point to the Microsoft Edge browser.
27 kwi 2022 · My code which worked with IE will only open IE browser and will not interact with Edge IE mode. Do I have to amend anything to tell VBA to interact with Edge IE mode instead of IE? My computer is in Win10 20H2 and KB5011487 have been installed to it.
An alternative method to automate Edge IE Mode directly using VBA. This method is useful when the target environment is unable to perform the necessary windows upgrade to transist to Edge IE Mode Automation from the original Internet Explorer (see my StackOverflow's response below for further details here).
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
27 kwi 2022 · My code which worked with IE will only open IE browser and will not interact with Edge. Do I have to amend anything to tell VBA to interact with Edge IE mode instead of IE? My computer is in Win10 20H2 and KB5011487 have been installed to it.