SeleniumBasic icon indicating copy to clipboard operation
SeleniumBasic copied to clipboard

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

Open nikolaikop opened this issue 2 years ago • 3 comments
trafficstars

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"

nikolaikop avatar Jul 27 '23 20:07 nikolaikop

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

GCuser99 avatar Jul 29 '23 00:07 GCuser99

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 avatar Jul 31 '23 18:07 nikolaikop

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

Nevermind, i got everything working again. =)

nikolaikop avatar Jul 31 '23 18:07 nikolaikop