florentbr/SeleniumBasic

The ordinal 538 could not be located in the dynamic link library

nikolaikop opened this issue · 3 comments

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
image
msedge driver version
image

now i keep getting this error
image

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"

Its working for me using 115.0.1901.183 64-bit for both browser and driver.

Its working for me using 115.0.1901.183 64-bit for both browser and driver.

Could you assist on troubleshooting?
this is the error i'm getting right after the one above
image
Curious if there is some other version of msedgedriver running on PC, but couldn't find anything.

Its working for me using 115.0.1901.183 64-bit for both browser and driver.

Nevermind, i got everything working again.
=)