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

NoSuchDriverError #87

Open meluvalli opened 8 years ago

meluvalli commented 8 years ago

I also have this problem...

See issue: #79

Edge window opens, but then get runtime error saying NoSuchDriverError.

Code used: Function Testing123() Dim driver As New Selenium.EdgeDriver driver.Get "http://www.google.com/" driver.FindElementByName("q").SendKeys "Eiffel tower" driver.FindElementByName("btnG").Click End Function

Note the failure happens on Driver.Get line.

This is a fresh install of Windows 10 and Office 2016. Also fresh install of SeleniumBasic 2.0.9.0. This was not an upgrade. Windows 10 Build: 10586.122 (x64) All windows updates done. Office Version: 16.0.6568.2025 (x86)

florentbr commented 8 years ago

Could you try to manually update the edge driver and tell if it works? To update the Edge driver:

meluvalli commented 8 years ago

Yep! That did it :) Thank you!!!!