The ordinal 538 could not be located in the dynamic link library
nikolaikop opened this issue · 3 comments
nikolaikop commented
Hello,
After the recent updated of the Edge browser i did start keep getting error that my Edge browser and msedgedriver have different versions and i was not able to start the program.
I updated the msedgedriver to the version that does match the Edge browser
Edge browser version
msedge driver version
Please advice
just in case i also reinstalled SeleniumBasics, my script was running on VBA.
my code looked like this and everything was working fine before
Set driver = CreateObject("Selenium.WebDriver")
driver.Start "Edge"
GCuser99 commented
Its working for me using 115.0.1901.183 64-bit for both browser and driver.
nikolaikop commented
nikolaikop commented
Its working for me using 115.0.1901.183 64-bit for both browser and driver.
Nevermind, i got everything working again.
=)