Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoSuchDriverError #87

Open
meluvalli opened this issue Mar 4, 2016 · 2 comments
Open

NoSuchDriverError #87

meluvalli opened this issue Mar 4, 2016 · 2 comments

Comments

@meluvalli
Copy link

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
Copy link
Owner

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

@meluvalli
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants