florentbr / SeleniumBasic

A Selenium based browser automation framework for VB.Net, VBA and VBScript
BSD 3-Clause "New" or "Revised" License
421 stars 197 forks source link

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

Open nikolaikop opened 1 year ago

nikolaikop commented 1 year ago

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"
GCuser99 commented 1 year ago

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

nikolaikop commented 1 year ago

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.

nikolaikop commented 1 year ago

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

Nevermind, i got everything working again. =)